Interface EventApplier

All Known Implementing Classes:
EventAppliers

public interface EventApplier
Applies the state changes for a specific event.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    applyState(long key, Intent intent, RecordValue recordValue)
    Apply the state changes of the given event.
  • Method Details

    • applyState

      void applyState(long key, Intent intent, RecordValue recordValue)
      Apply the state changes of the given event.
      Parameters:
      key - the key of the event
      intent - the intent of the event
      recordValue - the value of the event