Uses of Interface
io.camunda.zeebe.dynamic.config.ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListener
Packages that use ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListener
-
Uses of ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListener in io.camunda.zeebe.dynamic.config
Classes in io.camunda.zeebe.dynamic.config that implement ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListenerModifier and TypeClassDescriptionstatic classInitializes local configuration from the configuration received from other members via gossip.static classInitializes configuration by sending sync requests to other members.Methods in io.camunda.zeebe.dynamic.config with parameters of type ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListenerModifier and TypeMethodDescriptionvoidClusterConfigurationManagerService.addUpdateListener(ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListener listener) voidClusterConfigurationUpdateNotifier.addUpdateListener(ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListener listener) Register configuration update listener which is notified when cluster configuration is changed.voidGatewayClusterConfigurationService.addUpdateListener(ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListener listener) voidClusterConfigurationManagerService.removeUpdateListener(ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListener listener) voidClusterConfigurationUpdateNotifier.removeUpdateListener(ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListener listener) Removed the registered listenervoidGatewayClusterConfigurationService.removeUpdateListener(ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListener listener) -
Uses of ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListener in io.camunda.zeebe.dynamic.config.gossip
Methods in io.camunda.zeebe.dynamic.config.gossip with parameters of type ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListenerModifier and TypeMethodDescriptionvoidClusterConfigurationGossiper.addUpdateListener(ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListener listener) voidClusterConfigurationGossiper.removeUpdateListener(ClusterConfigurationUpdateNotifier.ClusterConfigurationUpdateListener listener)