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 SyncCommandHandler<S extends State,C extends Command,E extends Event> extends CommandHandler<S,C,E>
| Modifier and Type | Method and Description |
|---|---|
E |
handle(S state,
C command)
Handle a command synchronously.
|
Copyright © 2016 Cooking Fox. All rights reserved.