Uses of Interface
io.camunda.zeebe.broker.system.partitions.PartitionMessagingService
Packages that use PartitionMessagingService
Package
Description
-
Uses of PartitionMessagingService in io.camunda.zeebe.broker.exporter.stream
Methods in io.camunda.zeebe.broker.exporter.stream that return PartitionMessagingServiceMethods in io.camunda.zeebe.broker.exporter.stream with parameters of type PartitionMessagingServiceModifier and TypeMethodDescriptionExporterDirectorContext.partitionMessagingService(PartitionMessagingService messagingService) Constructors in io.camunda.zeebe.broker.exporter.stream with parameters of type PartitionMessagingServiceModifierConstructorDescriptionExporterPositionsDistributionService(BiConsumer<String, Long> exporterPositionConsumer, PartitionMessagingService partitionMessagingService, String exporterTopic) -
Uses of PartitionMessagingService in io.camunda.zeebe.broker.system.partitions
Methods in io.camunda.zeebe.broker.system.partitions that return PartitionMessagingServiceModifier and TypeMethodDescriptionPartitionStartupAndTransitionContextImpl.getMessagingService()Deprecated.PartitionTransitionContext.getMessagingService()Constructors in io.camunda.zeebe.broker.system.partitions with parameters of type PartitionMessagingServiceModifierConstructorDescriptionPartitionStartupAndTransitionContextImpl(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 PartitionMessagingService in io.camunda.zeebe.broker.system.partitions.impl
Classes in io.camunda.zeebe.broker.system.partitions.impl that implement PartitionMessagingService