Uses of Interface
io.camunda.zeebe.broker.system.partitions.PartitionMessagingService
-
Packages that use PartitionMessagingService Package Description io.camunda.zeebe.broker.system.partitions io.camunda.zeebe.broker.system.partitions.impl -
-
Uses of PartitionMessagingService in io.camunda.zeebe.broker.system.partitions
Methods in io.camunda.zeebe.broker.system.partitions that return PartitionMessagingService Modifier and Type Method Description PartitionMessagingServicePartitionContext. getMessagingService()Constructors in io.camunda.zeebe.broker.system.partitions with parameters of type PartitionMessagingService Constructor Description PartitionContext(int nodeId, RaftPartition raftPartition, List<PartitionListener> partitionListeners, PartitionMessagingService messagingService, ActorScheduler actorScheduler, BrokerCfg brokerCfg, CommandApiService commandApiService, SnapshotStoreSupplier snapshotStoreSupplier, TypedRecordProcessorsFactory typedRecordProcessorsFactory, ExporterRepository exporterRepository, PartitionProcessingState partitionProcessingState) -
Uses of PartitionMessagingService in io.camunda.zeebe.broker.system.partitions.impl
Classes in io.camunda.zeebe.broker.system.partitions.impl that implement PartitionMessagingService Modifier and Type Class Description classAtomixPartitionMessagingServiceConstructors in io.camunda.zeebe.broker.system.partitions.impl with parameters of type PartitionMessagingService Constructor Description StateReplication(PartitionMessagingService messagingService, int partitionId, int nodeId)
-