Uses of Interface
io.zeebe.engine.state.KeyGenerator
-
-
Uses of KeyGenerator in io.zeebe.engine.processing.bpmn.behavior
Constructors in io.zeebe.engine.processing.bpmn.behavior with parameters of type KeyGenerator Constructor Description BpmnStateTransitionBehavior(TypedStreamWriter streamWriter, KeyGenerator keyGenerator, BpmnStateBehavior stateBehavior, WorkflowEngineMetrics metrics, WorkflowInstanceStateTransitionGuard stateTransitionGuard, Function<BpmnElementType,BpmnElementContainerProcessor<ExecutableFlowElement>> processorLookUp) -
Uses of KeyGenerator in io.zeebe.engine.processing.common
Constructors in io.zeebe.engine.processing.common with parameters of type KeyGenerator Constructor Description ErrorEventHandler(WorkflowState workflowState, KeyGenerator keyGenerator)EventHandle(KeyGenerator keyGenerator, EventScopeInstanceState eventScopeInstanceState) -
Uses of KeyGenerator in io.zeebe.engine.processing.job
Constructors in io.zeebe.engine.processing.job with parameters of type KeyGenerator Constructor Description JobBatchActivateProcessor(JobState jobState, VariablesState variablesState, KeyGenerator keyGenerator, long maxRecordLength)JobErrorThrownProcessor(WorkflowState workflowState, KeyGenerator keyGenerator, JobState jobState) -
Uses of KeyGenerator in io.zeebe.engine.processing.message
Constructors in io.zeebe.engine.processing.message with parameters of type KeyGenerator Constructor Description PublishMessageProcessor(MessageState messageState, MessageSubscriptionState subscriptionState, MessageStartEventSubscriptionState startEventSubscriptionState, EventScopeInstanceState scopeEventInstanceState, SubscriptionCommandSender commandSender, KeyGenerator keyGenerator) -
Uses of KeyGenerator in io.zeebe.engine.processing.streamprocessor
Methods in io.zeebe.engine.processing.streamprocessor with parameters of type KeyGenerator Modifier and Type Method Description static TypedRecordProcessorsTypedRecordProcessors. processors(KeyGenerator keyGenerator)Constructors in io.zeebe.engine.processing.streamprocessor with parameters of type KeyGenerator Constructor Description CommandProcessorImpl(KeyGenerator keyGenerator, CommandProcessor<T> commandProcessor) -
Uses of KeyGenerator in io.zeebe.engine.processing.workflowinstance
Constructors in io.zeebe.engine.processing.workflowinstance with parameters of type KeyGenerator Constructor Description CreateWorkflowInstanceProcessor(WorkflowState workflowState, ElementInstanceState elementInstanceState, VariablesState variablesState, KeyGenerator keyGenerator) -
Uses of KeyGenerator in io.zeebe.engine.state
Classes in io.zeebe.engine.state that implement KeyGenerator Modifier and Type Class Description classKeyStateMethods in io.zeebe.engine.state that return KeyGenerator Modifier and Type Method Description KeyGeneratorZeebeState. getKeyGenerator() -
Uses of KeyGenerator in io.zeebe.engine.state.deployment
Constructors in io.zeebe.engine.state.deployment with parameters of type KeyGenerator Constructor Description WorkflowState(ZeebeDb<ZbColumnFamilies> zeebeDb, DbContext dbContext, KeyGenerator keyGenerator) -
Uses of KeyGenerator in io.zeebe.engine.state.instance
Constructors in io.zeebe.engine.state.instance with parameters of type KeyGenerator Constructor Description ElementInstanceState(ZeebeDb<ZbColumnFamilies> zeebeDb, DbContext dbContext, KeyGenerator keyGenerator)VariablesState(ZeebeDb<ZbColumnFamilies> zeebeDb, DbContext dbContext, KeyGenerator keyGenerator)
-