Type Alias CorrelationDef

CloudEvent correlation definition

type CorrelationDef = {
    contextAttributeName: "id" | "status";
    contextAttributeValue?: string;
}
Index

Properties

contextAttributeName: "id" | "status"

CloudEvent Extension Context Attribute name

contextAttributeValue?: string

CloudEvent Extension Context Attribute value