StatelessSagaFunctionRegistrar
Registrar for stateless saga functions that creates StatelessSagaFunction instances from processors annotated with saga metadata.
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 saga metadata and creating stateless saga functions. This method parses the processor's class for saga annotations and wraps the resulting message functions with StatelessSagaFunction to handle command execution.
Finds all registered functions that support processing the given message.
Unregisters a message function from this registrar.