public static final class HelloCommand.UseGreetingMessage extends java.lang.Object implements HelloCommand, com.lightbend.lagom.serialization.CompressedJsonable, com.lightbend.lagom.javadsl.persistence.PersistentEntity.ReplyType<akka.Done>
It has a reply type of Done, which is sent back to the caller
when all the events emitted by this command are successfully persisted.
HelloCommand.Hello, HelloCommand.UseGreetingMessage| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
message |