Uses of Interface
io.camunda.zeebe.broker.system.partitions.TypedRecordProcessorsFactory
-
Packages that use TypedRecordProcessorsFactory Package Description io.camunda.zeebe.broker.system.partitions -
-
Uses of TypedRecordProcessorsFactory in io.camunda.zeebe.broker.system.partitions
Methods in io.camunda.zeebe.broker.system.partitions that return TypedRecordProcessorsFactory Modifier and Type Method Description TypedRecordProcessorsFactoryPartitionContext. getTypedRecordProcessorsFactory()Constructors in io.camunda.zeebe.broker.system.partitions with parameters of type TypedRecordProcessorsFactory 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)
-