Uses of Interface
io.camunda.zeebe.broker.PartitionListener
Packages that use PartitionListener
Package
Description
-
Uses of PartitionListener in io.camunda.zeebe.broker
Constructor parameters in io.camunda.zeebe.broker with type arguments of type PartitionListenerModifierConstructorDescriptionBroker(SystemContext systemContext, SpringBrokerBridge springBrokerBridge, List<PartitionListener> additionalPartitionListeners) -
Uses of PartitionListener in io.camunda.zeebe.broker.bootstrap
Methods in io.camunda.zeebe.broker.bootstrap that return types with arguments of type PartitionListenerModifier and TypeMethodDescriptionBrokerStartupContext.getPartitionListeners()BrokerStartupContextImpl.getPartitionListeners()Methods in io.camunda.zeebe.broker.bootstrap with parameters of type PartitionListenerModifier and TypeMethodDescriptionvoidBrokerStartupContext.addPartitionListener(PartitionListener partitionListener) voidBrokerStartupContextImpl.addPartitionListener(PartitionListener listener) voidBrokerStartupContext.removePartitionListener(PartitionListener partitionListener) voidBrokerStartupContextImpl.removePartitionListener(PartitionListener listener) Constructor parameters in io.camunda.zeebe.broker.bootstrap with type arguments of type PartitionListenerModifierConstructorDescriptionBrokerStartupContextImpl(BrokerInfo brokerInfo, BrokerCfg configuration, SpringBrokerBridge springBrokerBridge, ActorSchedulingService actorScheduler, BrokerHealthCheckService healthCheckService, ExporterRepository exporterRepository, ClusterServicesImpl clusterServices, List<PartitionListener> additionalPartitionListeners) -
Uses of PartitionListener in io.camunda.zeebe.broker.partitioning
Constructor parameters in io.camunda.zeebe.broker.partitioning with type arguments of type PartitionListenerModifierConstructorDescriptionPartitionManagerImpl(ActorSchedulingService actorSchedulingService, BrokerCfg brokerCfg, BrokerInfo localBroker, ClusterServices clusterServices, BrokerHealthCheckService healthCheckService, DiskSpaceUsageMonitor diskSpaceUsageMonitor, List<PartitionListener> partitionListeners, CommandApiService commandApiService, ExporterRepository exporterRepository, AtomixServerTransport gatewayBrokerTransport, JobStreamer jobStreamer) -
Uses of PartitionListener in io.camunda.zeebe.broker.partitioning.topology
Classes in io.camunda.zeebe.broker.partitioning.topology that implement PartitionListener -
Uses of PartitionListener in io.camunda.zeebe.broker.system.monitoring
Classes in io.camunda.zeebe.broker.system.monitoring that implement PartitionListener -
Uses of PartitionListener in io.camunda.zeebe.broker.system.partitions
Methods in io.camunda.zeebe.broker.system.partitions that return types with arguments of type PartitionListenerModifier and TypeMethodDescriptionPartitionStartupAndTransitionContextImpl.getPartitionListeners()Deprecated.PartitionTransitionContext.getPartitionListeners()Constructor parameters in io.camunda.zeebe.broker.system.partitions with type arguments of type PartitionListenerModifierConstructorDescriptionPartitionStartupAndTransitionContextImpl(int nodeId, ClusterCommunicationService clusterCommunicationService, RaftPartition raftPartition, List<PartitionListener> partitionListeners, PartitionMessagingService partitionCommunicationService, ActorSchedulingService actorSchedulingService, BrokerCfg brokerCfg, Supplier<CommandResponseWriter> commandResponseWriterSupplier, Supplier<Consumer<TypedRecord<?>>> onProcessedListenerSupplier, PersistedSnapshotStore persistedSnapshotStore, StateController stateController, TypedRecordProcessorsFactory typedRecordProcessorsFactory, ExporterRepository exporterRepository, PartitionProcessingState partitionProcessingState, DiskSpaceUsageMonitor diskSpaceUsageMonitor, AtomixServerTransport gatewayBrokerTransport, TopologyManager topologyManager) Deprecated. -
Uses of PartitionListener in io.camunda.zeebe.broker.transport.commandapi
Classes in io.camunda.zeebe.broker.transport.commandapi that implement PartitionListener