supportedFunctions
abstract fun <M : Message<*, Any>, NamedBoundedContext, NamedAggregate> supportedFunctions(message: M): Sequence<F>
Finds all functions that support processing the given message.
Return
A sequence of functions that support this message
Parameters
message
The message to find supporting functions for