| Interface | Description |
|---|---|
| HelloCommand |
This interface defines all the commands that the HelloEntity supports.
|
| HelloEvent |
This interface defines all the events that the HelloEntity supports.
|
| Class | Description |
|---|---|
| HelloCommand.Hello |
A command to say hello to someone using the current greeting message.
|
| HelloCommand.UseGreetingMessage |
A command to switch the greeting message.
|
| HelloEntity |
This is an event sourced entity.
|
| HelloEvent.GreetingMessageChanged |
An event that represents a change in greeting message.
|
| HelloModule |
The module that binds the HelloService so that it can be served.
|
| HelloServiceImpl |
Implementation of the HelloService.
|
| HelloState |
The state for the
HelloEntity entity. |