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