Optional cacheOptional externalRegister external types to the system to assist with serialization
Optional importsOptional list of imported modules that export the providers which are required in this module.
Optional publisherPublisher provides messaging and communication for Commands, Events, and Queries. This can be specialized for each distribution type, having a different publisher configuration for each of Commands, Events, and Queries.
Optional sagasOptional storeStore provides an event store to persist all events processed in the system.
Generated using TypeDoc
Cache provides a storage mechanism internal to Moirae for rapid processing. Inherently transient.