Uses of Record Class
io.camunda.zeebe.dynamic.config.state.CompletedChange
Packages that use CompletedChange
-
Uses of CompletedChange in io.camunda.zeebe.dynamic.config.state
Methods in io.camunda.zeebe.dynamic.config.state that return CompletedChangeMethods in io.camunda.zeebe.dynamic.config.state that return types with arguments of type CompletedChangeModifier and TypeMethodDescriptionClusterConfiguration.lastChange()Returns the value of thelastChangerecord component.Constructor parameters in io.camunda.zeebe.dynamic.config.state with type arguments of type CompletedChangeModifierConstructorDescriptionClusterConfiguration(long version, Map<MemberId, MemberState> members, Optional<CompletedChange> lastChange, Optional<ClusterChangePlan> pendingChanges, Optional<RoutingState> routingState) Creates an instance of aClusterConfigurationrecord class.