DomainEventFunctionRegistrar
Registrar for domain event processing functions.
This class extends AbstractEventFunctionRegistrar to provide domain event specific function registration. It resolves processors by analyzing their annotations and creating message functions for event handling.
Parameters
The underlying message function registrar (default: SimpleMessageFunctionRegistrar)
See also
Constructors
Properties
The underlying message function registrar (default: SimpleMessageFunctionRegistrar)
The immutable set of all currently registered functions.
Functions
Creates a filtered view of this registrar.
Registers a message function with this registrar.
Registers an event processor.
Resolves a processor into domain event message functions.
Finds all registered functions that support processing the given message.
Unregisters a message function from this registrar.