Interface EventSourcedEntityModule.OptionalPhase<ID,E>

Type Parameters:
ID - The type of identifier used to identify the event-sourced entity.
E - The type of the event-sourced entity being built.
All Superinterfaces:
ModuleBuilder<EventSourcedEntityModule<ID,E>>
Enclosing interface:
EventSourcedEntityModule<ID,E>

public static interface EventSourcedEntityModule.OptionalPhase<ID,E> extends ModuleBuilder<EventSourcedEntityModule<ID,E>>
Phase of the module's building process in which optional parameters can be provided.