public abstract class PersistentEntity.Persist<B extends Event> extends Object
Persist
directive that defines what event or events,
if any, to persist. Use the thenPersist
, thenPersistAll
or done
methods of the context
that is passed to the command handler function to create the Persist
directive.