Class BrokerStartupContextImpl
java.lang.Object
io.camunda.zeebe.broker.bootstrap.BrokerStartupContextImpl
- All Implemented Interfaces:
BrokerStartupContext
-
Constructor Summary
ConstructorsConstructorDescriptionBrokerStartupContextImpl(BrokerInfo brokerInfo, BrokerCfg configuration, SpringBrokerBridge springBrokerBridge, ActorSchedulingService actorScheduler, BrokerHealthCheckService healthCheckService, ExporterRepository exporterRepository, ClusterServicesImpl clusterServices, List<PartitionListener> additionalPartitionListeners) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPartitionListener(PartitionListener listener) voidremovePartitionListener(PartitionListener listener) voidsetAdminApiService(AdminApiRequestHandler adminApiService) voidsetApiMessagingService(ManagedMessagingService commandApiMessagingService) voidsetBrokerAdminService(BrokerAdminServiceImpl brokerAdminService) voidsetClusterTopology(ClusterTopologyService clusterTopologyService) voidsetCommandApiService(CommandApiServiceImpl commandApiService) voidsetConcurrencyControl(ConcurrencyControl concurrencyControl) voidsetDiskSpaceUsageMonitor(DiskSpaceUsageMonitor diskSpaceUsageMonitor) voidsetEmbeddedGatewayService(EmbeddedGatewayService embeddedGatewayService) voidsetGatewayBrokerTransport(AtomixServerTransport gatewayBrokerTransport) voidsetJobStreamService(JobStreamService jobStreamService) voidsetPartitionManager(PartitionManagerImpl partitionManager)
-
Constructor Details
-
BrokerStartupContextImpl
public BrokerStartupContextImpl(BrokerInfo brokerInfo, BrokerCfg configuration, SpringBrokerBridge springBrokerBridge, ActorSchedulingService actorScheduler, BrokerHealthCheckService healthCheckService, ExporterRepository exporterRepository, ClusterServicesImpl clusterServices, List<PartitionListener> additionalPartitionListeners)
-
-
Method Details
-
getBrokerInfo
- Specified by:
getBrokerInfoin interfaceBrokerStartupContext
-
getBrokerConfiguration
- Specified by:
getBrokerConfigurationin interfaceBrokerStartupContext
-
getSpringBrokerBridge
- Specified by:
getSpringBrokerBridgein interfaceBrokerStartupContext
-
getActorSchedulingService
- Specified by:
getActorSchedulingServicein interfaceBrokerStartupContext
-
getConcurrencyControl
- Specified by:
getConcurrencyControlin interfaceBrokerStartupContext
-
setConcurrencyControl
-
getHealthCheckService
- Specified by:
getHealthCheckServicein interfaceBrokerStartupContext
-
addPartitionListener
- Specified by:
addPartitionListenerin interfaceBrokerStartupContext
-
removePartitionListener
- Specified by:
removePartitionListenerin interfaceBrokerStartupContext
-
getPartitionListeners
- Specified by:
getPartitionListenersin interfaceBrokerStartupContext
-
getClusterServices
- Specified by:
getClusterServicesin interfaceBrokerStartupContext
-
getCommandApiService
- Specified by:
getCommandApiServicein interfaceBrokerStartupContext
-
setCommandApiService
- Specified by:
setCommandApiServicein interfaceBrokerStartupContext
-
getAdminApiService
- Specified by:
getAdminApiServicein interfaceBrokerStartupContext
-
setAdminApiService
- Specified by:
setAdminApiServicein interfaceBrokerStartupContext
-
getGatewayBrokerTransport
- Specified by:
getGatewayBrokerTransportin interfaceBrokerStartupContext
-
setGatewayBrokerTransport
- Specified by:
setGatewayBrokerTransportin interfaceBrokerStartupContext
-
getApiMessagingService
- Specified by:
getApiMessagingServicein interfaceBrokerStartupContext
-
setApiMessagingService
- Specified by:
setApiMessagingServicein interfaceBrokerStartupContext
-
getEmbeddedGatewayService
- Specified by:
getEmbeddedGatewayServicein interfaceBrokerStartupContext
-
setEmbeddedGatewayService
- Specified by:
setEmbeddedGatewayServicein interfaceBrokerStartupContext
-
getDiskSpaceUsageMonitor
- Specified by:
getDiskSpaceUsageMonitorin interfaceBrokerStartupContext
-
setDiskSpaceUsageMonitor
- Specified by:
setDiskSpaceUsageMonitorin interfaceBrokerStartupContext
-
getExporterRepository
- Specified by:
getExporterRepositoryin interfaceBrokerStartupContext
-
getPartitionManager
- Specified by:
getPartitionManagerin interfaceBrokerStartupContext
-
setPartitionManager
- Specified by:
setPartitionManagerin interfaceBrokerStartupContext
-
getBrokerAdminService
- Specified by:
getBrokerAdminServicein interfaceBrokerStartupContext
-
setBrokerAdminService
- Specified by:
setBrokerAdminServicein interfaceBrokerStartupContext
-
getJobStreamService
- Specified by:
getJobStreamServicein interfaceBrokerStartupContext
-
setJobStreamService
- Specified by:
setJobStreamServicein interfaceBrokerStartupContext
-
getClusterTopology
- Specified by:
getClusterTopologyin interfaceBrokerStartupContext
-
setClusterTopology
- Specified by:
setClusterTopologyin interfaceBrokerStartupContext
-