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, ActorScheduler actorScheduler, BrokerHealthCheckService healthCheckService, ExporterRepository exporterRepository, List<PartitionListener> additionalPartitionListeners) -
Uses of PartitionListener in io.camunda.zeebe.broker.engine.impl
Classes in io.camunda.zeebe.broker.engine.impl that implement PartitionListener -
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, PushDeploymentRequestHandler deploymentRequestHandler, Consumer<DiskSpaceUsageListener> diskSpaceUsageListenerRegistry, List<PartitionListener> partitionListeners, CommandApiService commandApiService, ExporterRepository exporterRepository) -
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.management
Classes in io.camunda.zeebe.broker.system.management 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, RaftPartition raftPartition, List<PartitionListener> partitionListeners, PartitionMessagingService messagingService, ActorSchedulingService actorSchedulingService, BrokerCfg brokerCfg, Supplier<CommandResponseWriter> commandResponseWriterSupplier, Supplier<Consumer<TypedRecord<?>>> onProcessedListenerSupplier, ConstructableSnapshotStore constructableSnapshotStore, ReceivableSnapshotStore receivableSnapshotStore, StateController stateController, TypedRecordProcessorsFactory typedRecordProcessorsFactory, ExporterRepository exporterRepository, PartitionProcessingState partitionProcessingState) Deprecated. -
Uses of PartitionListener in io.camunda.zeebe.broker.transport.commandapi
Classes in io.camunda.zeebe.broker.transport.commandapi that implement PartitionListener