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 PartitionMessagingServiceModifierConstructorDescriptionExporterStateDistributionService(BiConsumer<String, io.camunda.zeebe.broker.exporter.stream.ExporterStateDistributeMessage.ExporterStateEntry> exporterStateConsumer, PartitionMessagingService partitionMessagingService, String exporterStateTopic) -
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, 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 PartitionMessagingService in io.camunda.zeebe.broker.system.partitions.impl
Classes in io.camunda.zeebe.broker.system.partitions.impl that implement PartitionMessagingService