Interface CommandProcessor.CommandControl<T>
-
- All Known Implementing Classes:
CommandProcessorImpl
- Enclosing interface:
- CommandProcessor<T extends UnifiedRecordValue>
public static interface CommandProcessor.CommandControl<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longaccept(Intent newState, T updatedValue)voidreject(RejectionType type, String reason)
-
-
-
Method Detail
-
reject
void reject(RejectionType type, String reason)
-
-