com.lightbend.lagom.scaladsl.persistence.PersistentEntity
The context that is used by read-only command handlers. Replies are sent with the context.
the reply type of the command
Reply with a negative acknowledgment.
Send reply to a command.
Send reply to a command. The type R must be the reply type defined by the command.
R
Reply with a negative acknowledgment using the standard InvalidCommandException.
InvalidCommandException
The context that is used by read-only command handlers. Replies are sent with the context.
the reply type of the command