Uses of Interface
io.camunda.zeebe.dynamic.config.state.RoutingState.MessageCorrelation
Packages that use RoutingState.MessageCorrelation
-
Uses of RoutingState.MessageCorrelation in io.camunda.zeebe.dynamic.config.state
Classes in io.camunda.zeebe.dynamic.config.state that implement RoutingState.MessageCorrelationMethods in io.camunda.zeebe.dynamic.config.state that return RoutingState.MessageCorrelationModifier and TypeMethodDescriptionRoutingState.messageCorrelation()Returns the value of themessageCorrelationrecord component.Constructors in io.camunda.zeebe.dynamic.config.state with parameters of type RoutingState.MessageCorrelationModifierConstructorDescriptionRoutingState(long version, Set<Integer> activePartitions, RoutingState.MessageCorrelation messageCorrelation) Creates an instance of aRoutingStaterecord class.