Uses of Interface
io.camunda.zeebe.engine.state.KeyGenerator
Packages that use KeyGenerator
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of KeyGenerator in io.camunda.zeebe.engine.api
Methods in io.camunda.zeebe.engine.api that return KeyGenerator -
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, BpmnStateBehavior stateBehavior, Writers writers) BpmnDecisionBehavior(DecisionEngine decisionEngine, ZeebeState zeebeState, EventTriggerBehavior eventTriggerBehavior, StateWriter stateWriter, KeyGenerator keyGenerator, ExpressionProcessor expressionBehavior, ProcessEngineMetrics metrics) BpmnEventPublicationBehavior(ZeebeState zeebeState, KeyGenerator keyGenerator, EventTriggerBehavior eventTriggerBehavior, BpmnStateBehavior stateBehavior, Writers writers) 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, SideEffectWriter sideEffectWriter, DueDateTimerChecker timerChecker, int partitionsCount) ElementActivationBehavior(KeyGenerator keyGenerator, Writers writers, CatchEventBehavior catchEventBehavior, ElementInstanceState elementInstanceState) EventHandle(KeyGenerator keyGenerator, EventScopeInstanceState eventScopeInstanceState, Writers writers, ProcessState processState, EventTriggerBehavior eventTriggerBehavior, BpmnStateBehavior stateBehavior) 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, BpmnBehaviors bpmnBehaviors, 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.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, Writers writers, 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, BpmnStateBehavior stateBehavior) 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, BpmnBehaviors bpmnBehaviors, ProcessEngineMetrics metrics) -
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, Writers writers) 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 KeyGeneratorConstructors in io.camunda.zeebe.engine.state with parameters of type KeyGeneratorModifierConstructorDescriptionZeebeDbState(int partitionId, ZeebeDb<ZbColumnFamilies> zeebeDb, TransactionContext transactionContext, KeyGenerator 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 -
Uses of KeyGenerator in io.camunda.zeebe.streamprocessor
Methods in io.camunda.zeebe.streamprocessor that return KeyGenerator