ProjectionFunctionRegistrar
Registrar for projection functions that creates message functions from processors annotated with projection metadata.
Parameters
The underlying message function registrar (default: SimpleMessageFunctionRegistrar).
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 the processor by extracting projection metadata and creating message functions. This method parses the processor's class for projection annotations and creates corresponding message functions for event handling.
Finds all registered functions that support processing the given message.
Unregisters a message function from this registrar.