|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Action<R extends Result> | An action represents a command sent to the Dispatch . |
Result | A marker interface for Action results. |
Class Summary | |
---|---|
AbstractSimpleResult<T> | A common use-case is returning a single value from an action. |
AbstractUpdateResult<T> | Provides support for simple update response which contain both the old value and new value. |
BatchAction | This provides a simple way to send multiple actions to be executed in sequence. |
BatchResult | Contains the list of Result s from successful actions in the
BatchAction . |
Enum Summary | |
---|---|
BatchAction.OnException |
Exception Summary | |
---|---|
ActionException | These are thrown by Dispatch.execute(Action) if there is a
problem executing a particular Action . |
UnsupportedActionException |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |