S - The concrete type of the state object.C - The concrete command type that this handler will handle.E - The concrete event type that this handler will produce.public interface AsyncCommandHandler<S extends State,C extends Command,E extends Event> extends CommandHandler<S,C,E>
| Modifier and Type | Method and Description |
|---|---|
Callable<E> |
handle(S state,
C command)
Handle a command asynchronously.
|
Copyright © 2016 Cooking Fox. All rights reserved.