Uses of Interface
io.camunda.zeebe.engine.state.KeyGenerator
Packages that use KeyGenerator
Package
Description
-
Uses of KeyGenerator in io.camunda.zeebe.engine.processing.bpmn.behavior
Constructors in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type KeyGeneratorModifierConstructorDescriptionBpmnBufferedMessageStartEventBehavior(ZeebeState zeebeState, KeyGenerator keyGenerator, EventTriggerBehavior eventTriggerBehavior, Writers writers) BpmnDecisionBehavior(DecisionEngine decisionEngine, ZeebeState zeebeState, EventTriggerBehavior eventTriggerBehavior, StateWriter stateWriter, KeyGenerator keyGenerator, ExpressionProcessor expressionBehavior, ProcessEngineMetrics metrics) BpmnEventPublicationBehavior(ZeebeState zeebeState, KeyGenerator keyGenerator, EventTriggerBehavior eventTriggerBehavior, Writers writers) BpmnEventSubscriptionBehavior(CatchEventBehavior catchEventBehavior, EventTriggerBehavior eventTriggerBehavior, TypedCommandWriter commandWriter, SideEffects sideEffects, ZeebeState zeebeState, KeyGenerator keyGenerator) BpmnIncidentBehavior(ZeebeState zeebeState, KeyGenerator keyGenerator, StateWriter stateWriter) BpmnJobBehavior(KeyGenerator keyGenerator, JobState jobState, Writers writers, ExpressionProcessor expressionBehavior, BpmnStateBehavior stateBehavior, BpmnIncidentBehavior incidentBehavior, JobMetrics jobMetrics) BpmnStateTransitionBehavior(KeyGenerator keyGenerator, BpmnStateBehavior stateBehavior, ProcessEngineMetrics metrics, Function<BpmnElementType, BpmnElementContainerProcessor<ExecutableFlowElement>> processorLookUp, Writers writers) -
Uses of KeyGenerator in io.camunda.zeebe.engine.processing.common
Constructors in io.camunda.zeebe.engine.processing.common with parameters of type KeyGeneratorModifierConstructorDescriptionCatchEventBehavior(ZeebeState zeebeState, KeyGenerator keyGenerator, ExpressionProcessor expressionProcessor, SubscriptionCommandSender subscriptionCommandSender, StateWriter stateWriter, DueDateTimerChecker timerChecker, int partitionsCount) EventHandle(KeyGenerator keyGenerator, EventScopeInstanceState eventScopeInstanceState, Writers writers, ProcessState processState, EventTriggerBehavior eventTriggerBehavior) EventTriggerBehavior(KeyGenerator keyGenerator, CatchEventBehavior catchEventBehavior, Writers writers, ZeebeState zeebeState) -
Uses of KeyGenerator in io.camunda.zeebe.engine.processing.deployment
Constructors in io.camunda.zeebe.engine.processing.deployment with parameters of type KeyGeneratorModifierConstructorDescriptionDeploymentCreateProcessor(ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, ExpressionProcessor expressionProcessor, int partitionsCount, Writers writers, DeploymentDistributionCommandSender deploymentDistributionCommandSender, KeyGenerator keyGenerator) MessageStartEventSubscriptionManager(ProcessState processState, MessageStartEventSubscriptionState messageStartEventSubscriptionState, KeyGenerator keyGenerator) -
Uses of KeyGenerator in io.camunda.zeebe.engine.processing.deployment.distribute
Constructors in io.camunda.zeebe.engine.processing.deployment.distribute with parameters of type KeyGeneratorModifierConstructorDescriptionDeploymentDistributeProcessor(ProcessState processState, MessageStartEventSubscriptionState messageStartEventSubscriptionState, DeploymentDistributionCommandSender deploymentDistributionCommandSender, Writers writers, KeyGenerator keyGenerator) -
Uses of KeyGenerator in io.camunda.zeebe.engine.processing.deployment.transform
Constructors in io.camunda.zeebe.engine.processing.deployment.transform with parameters of type KeyGeneratorModifierConstructorDescriptionBpmnResourceTransformer(KeyGenerator keyGenerator, StateWriter stateWriter, Function<DeploymentResource, org.agrona.DirectBuffer> checksumGenerator, ProcessState processState, ExpressionProcessor expressionProcessor) DeploymentTransformer(StateWriter stateWriter, ZeebeState zeebeState, ExpressionProcessor expressionProcessor, KeyGenerator keyGenerator) DmnResourceTransformer(KeyGenerator keyGenerator, StateWriter stateWriter, Function<DeploymentResource, org.agrona.DirectBuffer> checksumGenerator, DecisionState decisionState) -
Uses of KeyGenerator in io.camunda.zeebe.engine.processing.incident
Methods in io.camunda.zeebe.engine.processing.incident with parameters of type KeyGeneratorModifier and TypeMethodDescriptionstatic voidIncidentEventProcessors.addProcessors(TypedRecordProcessors typedRecordProcessors, ZeebeState zeebeState, TypedRecordProcessor<ProcessInstanceRecord> bpmnStreamProcessor, Writers writers, KeyGenerator keyGenerator) Constructors in io.camunda.zeebe.engine.processing.incident with parameters of type KeyGeneratorModifierConstructorDescriptionResolveIncidentProcessor(ZeebeState zeebeState, TypedRecordProcessor<ProcessInstanceRecord> bpmnStreamProcessor, Writers writers, KeyGenerator keyGenerator) -
Uses of KeyGenerator in io.camunda.zeebe.engine.processing.job
Constructors in io.camunda.zeebe.engine.processing.job with parameters of type KeyGeneratorModifierConstructorDescriptionJobBatchActivateProcessor(Writers writers, ZeebeState state, KeyGenerator keyGenerator, JobMetrics jobMetrics) JobFailProcessor(ZeebeState state, KeyGenerator keyGenerator, JobMetrics jobMetrics, JobBackoffChecker jobBackoffChecker) JobThrowErrorProcessor(ZeebeState state, BpmnEventPublicationBehavior eventPublicationBehavior, KeyGenerator keyGenerator, JobMetrics jobMetrics) -
Uses of KeyGenerator in io.camunda.zeebe.engine.processing.message
Constructors in io.camunda.zeebe.engine.processing.message with parameters of type KeyGeneratorModifierConstructorDescriptionMessagePublishProcessor(MessageState messageState, MessageSubscriptionState subscriptionState, MessageStartEventSubscriptionState startEventSubscriptionState, EventScopeInstanceState eventScopeInstanceState, SubscriptionCommandSender commandSender, KeyGenerator keyGenerator, Writers writers, ProcessState processState, EventTriggerBehavior eventTriggerBehavior) MessageSubscriptionCreateProcessor(MessageState messageState, MessageSubscriptionState subscriptionState, SubscriptionCommandSender commandSender, Writers writers, KeyGenerator keyGenerator) -
Uses of KeyGenerator in io.camunda.zeebe.engine.processing.processinstance
Constructors in io.camunda.zeebe.engine.processing.processinstance with parameters of type KeyGeneratorModifierConstructorDescriptionCreateProcessInstanceProcessor(ProcessState processState, KeyGenerator keyGenerator, Writers writers, VariableBehavior variableBehavior, CatchEventBehavior catchEventBehavior, ProcessEngineMetrics metrics) ProcessInstanceModificationProcessor(Writers writers, KeyGenerator keyGenerator) -
Uses of KeyGenerator in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type KeyGeneratorModifier and TypeMethodDescriptionstatic TypedRecordProcessorsTypedRecordProcessors.processors(KeyGenerator keyGenerator, Writers writers) Constructors in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type KeyGeneratorModifierConstructorDescriptionCommandProcessorImpl(CommandProcessor<T> commandProcessor, KeyGenerator keyGenerator, Writers writers) -
Uses of KeyGenerator in io.camunda.zeebe.engine.processing.variable
Constructors in io.camunda.zeebe.engine.processing.variable with parameters of type KeyGeneratorModifierConstructorDescriptionUpdateVariableDocumentProcessor(ElementInstanceState elementInstanceState, KeyGenerator keyGenerator, VariableBehavior variableBehavior, StateWriter stateWriter) VariableBehavior(VariableState variableState, StateWriter stateWriter, KeyGenerator keyGenerator) -
Uses of KeyGenerator in io.camunda.zeebe.engine.state
Subinterfaces of KeyGenerator in io.camunda.zeebe.engine.stateModifier and TypeInterfaceDescriptioninterfaceAllows to manipulate the key generator.Methods in io.camunda.zeebe.engine.state that return KeyGenerator -
Uses of KeyGenerator in io.camunda.zeebe.engine.state.mutable
Methods in io.camunda.zeebe.engine.state.mutable that return KeyGenerator -
Uses of KeyGenerator in io.camunda.zeebe.engine.state.processing
Classes in io.camunda.zeebe.engine.state.processing that implement KeyGenerator