Uses of Class
io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessors
Packages that use TypedRecordProcessors
Package
Description
-
Uses of TypedRecordProcessors in io.camunda.zeebe.engine.processing
Methods in io.camunda.zeebe.engine.processing that return TypedRecordProcessorsModifier and TypeMethodDescriptionstatic TypedRecordProcessorsEngineProcessors.createEngineProcessors(TypedRecordProcessorContext typedRecordProcessorContext, int partitionsCount, SubscriptionCommandSender subscriptionCommandSender, InterPartitionCommandSender interPartitionCommandSender, FeatureFlags featureFlags, JobStreamer jobStreamer) Methods in io.camunda.zeebe.engine.processing with parameters of type TypedRecordProcessorsModifier and TypeMethodDescriptionBpmnProcessors.addBpmnStreamProcessor(MutableProcessingState processingState, Supplier<ScheduledTaskState> scheduledTaskState, BpmnBehaviors bpmnBehaviors, TypedRecordProcessors typedRecordProcessors, SubscriptionCommandSender subscriptionCommandSender, DueDateTimerChecker timerChecker, Writers writers, CommandDistributionBehavior commandDistributionBehavior, int partitionId, RoutingInfo routingInfo, InstantSource clock) -
Uses of TypedRecordProcessors in io.camunda.zeebe.engine.processing.clock
Methods in io.camunda.zeebe.engine.processing.clock with parameters of type TypedRecordProcessorsModifier and TypeMethodDescriptionstatic voidClockProcessors.addClockProcessors(TypedRecordProcessors typedRecordProcessors, Writers writers, KeyGenerator keyGenerator, StreamClock.ControllableStreamClock clock, CommandDistributionBehavior commandDistributionBehavior) -
Uses of TypedRecordProcessors in io.camunda.zeebe.engine.processing.identity
Methods in io.camunda.zeebe.engine.processing.identity with parameters of type TypedRecordProcessorsModifier and TypeMethodDescriptionstatic voidAuthorizationProcessors.addAuthorizationProcessors(KeyGenerator keyGenerator, TypedRecordProcessors typedRecordProcessors, MutableProcessingState processingState, Writers writers, CommandDistributionBehavior distributionBehavior) -
Uses of TypedRecordProcessors in io.camunda.zeebe.engine.processing.incident
Methods in io.camunda.zeebe.engine.processing.incident with parameters of type TypedRecordProcessorsModifier and TypeMethodDescriptionstatic voidIncidentEventProcessors.addProcessors(TypedRecordProcessors typedRecordProcessors, ProcessingState processingState, TypedRecordProcessor<ProcessInstanceRecord> bpmnStreamProcessor, Writers writers, BpmnJobActivationBehavior jobActivationBehavior) -
Uses of TypedRecordProcessors in io.camunda.zeebe.engine.processing.job
Methods in io.camunda.zeebe.engine.processing.job with parameters of type TypedRecordProcessorsModifier and TypeMethodDescriptionstatic voidJobEventProcessors.addJobProcessors(TypedRecordProcessors typedRecordProcessors, MutableProcessingState processingState, Supplier<ScheduledTaskState> scheduledTaskStateFactory, BpmnBehaviors bpmnBehaviors, Writers writers, JobMetrics jobMetrics, EngineConfiguration config, InstantSource clock) -
Uses of TypedRecordProcessors in io.camunda.zeebe.engine.processing.message
Methods in io.camunda.zeebe.engine.processing.message with parameters of type TypedRecordProcessorsModifier and TypeMethodDescriptionstatic voidMessageEventProcessors.addMessageProcessors(BpmnBehaviors bpmnBehaviors, TypedRecordProcessors typedRecordProcessors, MutableProcessingState processingState, Supplier<ScheduledTaskState> scheduledTaskStateFactory, SubscriptionCommandSender subscriptionCommandSender, Writers writers, EngineConfiguration config, FeatureFlags featureFlags, CommandDistributionBehavior commandDistributionBehavior, InstantSource clock) -
Uses of TypedRecordProcessors in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor that return TypedRecordProcessorsModifier and TypeMethodDescriptionTypedRecordProcessorFactory.createProcessors(TypedRecordProcessorContext typedRecordProcessorContext) Creates typed record processors with the given context.<T extends UnifiedRecordValue>
TypedRecordProcessorsTypedRecordProcessors.onCommand(ValueType valueType, Intent intent, CommandProcessor<T> commandProcessor) TypedRecordProcessors.onCommand(ValueType valueType, Intent intent, TypedRecordProcessor<?> processor) static TypedRecordProcessorsTypedRecordProcessors.processors(KeyGenerator keyGenerator, Writers writers) TypedRecordProcessors.withListener(StreamProcessorLifecycleAware listener) -
Uses of TypedRecordProcessors in io.camunda.zeebe.engine.processing.user
Methods in io.camunda.zeebe.engine.processing.user with parameters of type TypedRecordProcessorsModifier and TypeMethodDescriptionstatic voidUserProcessors.addUserProcessors(KeyGenerator keyGenerator, TypedRecordProcessors typedRecordProcessors, MutableProcessingState processingState, Writers writers, CommandDistributionBehavior distributionBehavior, EngineConfiguration config) -
Uses of TypedRecordProcessors in io.camunda.zeebe.engine.processing.usertask
Methods in io.camunda.zeebe.engine.processing.usertask with parameters of type TypedRecordProcessorsModifier and TypeMethodDescriptionstatic voidUserTaskEventProcessors.addUserTaskProcessors(TypedRecordProcessors typedRecordProcessors, MutableProcessingState processingState, BpmnBehaviors bpmnBehaviors, Writers writers)