Package io.camunda.zeebe.dynamic.config
Interface ClusterConfigurationManager
- All Known Implementing Classes:
ClusterConfigurationManagerImpl
public interface ClusterConfigurationManager
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA listener that is invoked, when the local member state in the local configuration is older compared to the received configuration. -
Method Summary
Modifier and TypeMethodDescriptionupdateClusterConfiguration(UnaryOperator<ClusterConfiguration> updatedConfiguration)
-
Method Details
-
getClusterConfiguration
ActorFuture<ClusterConfiguration> getClusterConfiguration() -
updateClusterConfiguration
ActorFuture<ClusterConfiguration> updateClusterConfiguration(UnaryOperator<ClusterConfiguration> updatedConfiguration)
-