Interface CommandProcessor.CommandControl<T>

All Known Implementing Classes:
CommandProcessorImpl
Enclosing interface:
CommandProcessor<T extends UnifiedRecordValue>

public static interface CommandProcessor.CommandControl<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    accept(Intent newState, T updatedValue)
     
    void
    reject(RejectionType type, String reason)
     
  • Method Details

    • accept

      long accept(Intent newState, T updatedValue)
      Returns:
      the key of the entity
    • reject

      void reject(RejectionType type, String reason)