public static interface PersistentEntity.ReplyType<R>
PersistentEntity
must implement this interface
to define the reply type.
akka.Done
can optionally be used as a "standard" acknowledgment message.
Type parameter R
is the type of the reply message.