Uses of Interface
io.camunda.zeebe.broker.system.partitions.TypedRecordProcessorsFactory
Packages that use TypedRecordProcessorsFactory
-
Uses of TypedRecordProcessorsFactory in io.camunda.zeebe.broker.system.partitions
Constructors in io.camunda.zeebe.broker.system.partitions with parameters of type TypedRecordProcessorsFactoryModifierConstructorDescriptionPartitionStartupAndTransitionContextImpl(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.