Class ConfigurationChangeAppliersImpl
java.lang.Object
io.camunda.zeebe.dynamic.config.changes.ConfigurationChangeAppliersImpl
- All Implemented Interfaces:
ConfigurationChangeAppliers
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.dynamic.config.changes.ConfigurationChangeAppliers
ConfigurationChangeAppliers.ClusterOperationApplier, ConfigurationChangeAppliers.MemberOperationApplier -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationChangeAppliersImpl(PartitionChangeExecutor partitionChangeExecutor, ClusterMembershipChangeExecutor clusterMembershipChangeExecutor) -
Method Summary
-
Constructor Details
-
ConfigurationChangeAppliersImpl
public ConfigurationChangeAppliersImpl(PartitionChangeExecutor partitionChangeExecutor, ClusterMembershipChangeExecutor clusterMembershipChangeExecutor)
-
-
Method Details
-
getApplier
public ConfigurationChangeAppliers.ClusterOperationApplier getApplier(ClusterConfigurationChangeOperation operation) - Specified by:
getApplierin interfaceConfigurationChangeAppliers- Returns:
- the operation applier for the given operation
-