Interface MutableRoutingState
- All Superinterfaces:
RoutingState
- All Known Implementing Classes:
DbRoutingState
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.engine.state.immutable.RoutingState
RoutingState.MessageCorrelation -
Method Summary
Modifier and TypeMethodDescriptionvoidinitializeRoutingInfo(int partitionCount) Initializes the routing information with the given partition count.Methods inherited from interface io.camunda.zeebe.engine.state.immutable.RoutingState
isInitialized, messageCorrelation, partitions
-
Method Details
-
initializeRoutingInfo
void initializeRoutingInfo(int partitionCount) Initializes the routing information with the given partition count. If the routing information is already available, this method does nothing.
-