Uses of Class
io.camunda.zeebe.broker.system.monitoring.BrokerHealthCheckService
Packages that use BrokerHealthCheckService
Package
Description
-
Uses of BrokerHealthCheckService in io.camunda.zeebe.broker
Methods in io.camunda.zeebe.broker that return types with arguments of type BrokerHealthCheckServiceMethod parameters in io.camunda.zeebe.broker with type arguments of type BrokerHealthCheckServiceModifier and TypeMethodDescriptionvoidSpringBrokerBridge.registerBrokerHealthCheckServiceSupplier(Supplier<BrokerHealthCheckService> healthCheckServiceSupplier) -
Uses of BrokerHealthCheckService in io.camunda.zeebe.broker.bootstrap
Methods in io.camunda.zeebe.broker.bootstrap that return BrokerHealthCheckServiceModifier and TypeMethodDescriptionBrokerStartupContext.getHealthCheckService()BrokerStartupContextImpl.getHealthCheckService()Constructors in io.camunda.zeebe.broker.bootstrap with parameters of type BrokerHealthCheckServiceModifierConstructorDescriptionBrokerStartupContextImpl(BrokerInfo brokerInfo, BrokerCfg configuration, SpringBrokerBridge springBrokerBridge, ActorSchedulingService actorScheduler, BrokerHealthCheckService healthCheckService, ExporterRepository exporterRepository, ClusterServicesImpl clusterServices, List<PartitionListener> additionalPartitionListeners) -
Uses of BrokerHealthCheckService in io.camunda.zeebe.broker.partitioning
Constructors in io.camunda.zeebe.broker.partitioning with parameters of type BrokerHealthCheckServiceModifierConstructorDescriptionPartitionManagerImpl(ConcurrencyControl concurrencyControl, ActorSchedulingService actorSchedulingService, BrokerCfg brokerCfg, BrokerInfo localBroker, ClusterServices clusterServices, BrokerHealthCheckService healthCheckService, DiskSpaceUsageMonitor diskSpaceUsageMonitor, List<PartitionListener> partitionListeners, List<PartitionRaftListener> partitionRaftListeners, CommandApiService commandApiService, ExporterRepository exporterRepository, AtomixServerTransport gatewayBrokerTransport, JobStreamer jobStreamer, PartitionDistribution partitionDistribution) -
Uses of BrokerHealthCheckService in io.camunda.zeebe.broker.partitioning.startup
Methods in io.camunda.zeebe.broker.partitioning.startup that return BrokerHealthCheckServiceConstructors in io.camunda.zeebe.broker.partitioning.startup with parameters of type BrokerHealthCheckServiceModifierConstructorDescriptionPartitionStartupContext(ActorSchedulingService schedulingService, ConcurrencyControl concurrencyControl, TopologyManager topologyManager, DiskSpaceUsageMonitor diskSpaceUsageMonitor, BrokerHealthCheckService healthCheckService, PartitionManagementService partitionManagementService, PartitionMetadata partitionMetadata, RaftPartitionFactory raftPartitionFactory, ZeebePartitionFactory zeebePartitionFactory, BrokerCfg brokerConfig)