public interface HelloCommand
extends com.lightbend.lagom.serialization.Jsonable
By convention, the commands should be inner classes of the interface, which makes it simple to get a complete picture of what commands an entity supports.
| Modifier and Type | Interface and Description |
|---|---|
static class |
HelloCommand.Hello
A command to say hello to someone using the current greeting message.
|
static class |
HelloCommand.UseGreetingMessage
A command to switch the greeting message.
|