Uses of Record Class
io.camunda.zeebe.dynamic.config.state.ClusterChangePlan.CompletedOperation
Packages that use ClusterChangePlan.CompletedOperation
-
Uses of ClusterChangePlan.CompletedOperation in io.camunda.zeebe.dynamic.config.state
Methods in io.camunda.zeebe.dynamic.config.state that return types with arguments of type ClusterChangePlan.CompletedOperationModifier and TypeMethodDescriptionClusterChangePlan.completedOperations()Returns the value of thecompletedOperationsrecord component.Constructor parameters in io.camunda.zeebe.dynamic.config.state with type arguments of type ClusterChangePlan.CompletedOperationModifierConstructorDescriptionClusterChangePlan(long id, int version, ClusterChangePlan.Status status, Instant startedAt, List<ClusterChangePlan.CompletedOperation> completedOperations, List<ClusterConfigurationChangeOperation> pendingOperations) Creates an instance of aClusterChangePlanrecord class.