Interface TypedEventApplier<I extends Intent,V extends RecordValue>

All Known Implementing Classes:
DecisionCreatedApplier, DecisionRequirementsCreatedApplier, DeploymentCreatedApplier, DeploymentDistributedApplier, DeploymentDistributionApplier, DeploymentDistributionCompletedApplier, DeploymentFullyDistributedApplier, ErrorCreatedApplier, JobBatchActivatedApplier, JobCanceledApplier, JobErrorThrownApplier, JobRecurredApplier, JobRetriesUpdatedApplier, JobTimedOutApplier, MessageExpiredApplier, MessagePublishedApplier, MessageStartEventSubscriptionCorrelatedApplier, MessageStartEventSubscriptionCreatedApplier, MessageStartEventSubscriptionDeletedApplier, MessageSubscriptionCorrelatedApplier, MessageSubscriptionCorrelatingApplier, MessageSubscriptionCreatedApplier, MessageSubscriptionDeletedApplier, MessageSubscriptionRejectedApplier, ProcessCreatedApplier, ProcessMessageSubscriptionCorrelatedApplier, ProcessMessageSubscriptionCreatedApplier, ProcessMessageSubscriptionCreatingApplier, ProcessMessageSubscriptionDeletedApplier

public interface TypedEventApplier<I extends Intent,V extends RecordValue>
Applies state changes for a specific event to the MutableZeebeState.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    applyState(long key, V value)
     
  • Method Details

    • applyState

      void applyState(long key, V value)