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(ActorSchedulingService actorSchedulingService, BrokerCfg brokerCfg, BrokerInfo localBroker, ClusterServices clusterServices, BrokerHealthCheckService healthCheckService, DiskSpaceUsageMonitor diskSpaceUsageMonitor, List<PartitionListener> partitionListeners, CommandApiService commandApiService, ExporterRepository exporterRepository, AtomixServerTransport gatewayBrokerTransport, JobStreamer jobStreamer)