supportedFunctions
open override fun <M : Message<*, Any>, NamedBoundedContext, NamedAggregate> supportedFunctions(message: M): Sequence<F>
Returns a sequence of functions that support the given message.
Filters the registered functions to only include those that can handle the message's type and aggregate.
Return
A sequence of functions that support this message
Parameters
message
The message to find supporting functions for