Uses of Class
io.serverlessworkflow.api.correlation.CorrelationDef
-
Packages that use CorrelationDef Package Description io.serverlessworkflow.api.correlation io.serverlessworkflow.api.events -
-
Uses of CorrelationDef in io.serverlessworkflow.api.correlation
Methods in io.serverlessworkflow.api.correlation that return CorrelationDef Modifier and Type Method Description CorrelationDefCorrelationDef. withContextAttributeName(String contextAttributeName)CorrelationDefCorrelationDef. withContextAttributeValue(String contextAttributeValue) -
Uses of CorrelationDef in io.serverlessworkflow.api.events
Methods in io.serverlessworkflow.api.events that return types with arguments of type CorrelationDef Modifier and Type Method Description List<CorrelationDef>EventDefinition. getCorrelation()CloudEvent correlation definitionsMethod parameters in io.serverlessworkflow.api.events with type arguments of type CorrelationDef Modifier and Type Method Description voidEventDefinition. setCorrelation(List<CorrelationDef> correlation)CloudEvent correlation definitionsEventDefinitionEventDefinition. withCorrelation(List<CorrelationDef> correlation)
-