Uses of Class
io.camunda.zeebe.broker.clustering.ClusterServicesImpl
Packages that use ClusterServicesImpl
-
Uses of ClusterServicesImpl in io.camunda.zeebe.broker.bootstrap
Methods in io.camunda.zeebe.broker.bootstrap that return ClusterServicesImplModifier and TypeMethodDescriptionBrokerStartupContext.getClusterServices()BrokerStartupContextImpl.getClusterServices()Constructors in io.camunda.zeebe.broker.bootstrap with parameters of type ClusterServicesImplModifierConstructorDescriptionBrokerStartupContextImpl(BrokerInfo brokerInfo, BrokerCfg configuration, SpringBrokerBridge springBrokerBridge, ActorSchedulingService actorScheduler, BrokerHealthCheckService healthCheckService, ExporterRepository exporterRepository, ClusterServicesImpl clusterServices, List<PartitionListener> additionalPartitionListeners)