MessageFunctionRegistrar
Registry for message functions that can be registered and queried.
Provides functionality to register/unregister functions and find functions that support processing specific messages.
Parameters
F
The type of message function being registered
Inheritors
Properties
Functions
Link copied to clipboard
abstract fun <M : Message<*, Any>, NamedBoundedContext, NamedAggregate> supportedFunctions(message: M): Sequence<F>
Finds all functions that support processing the given message.
Link copied to clipboard
Unregisters a message function.