handledBy
Connects a Flow to a Handler.
Receiver
Flow of action/events to bind to an Handler
Parameters
handler
Handler that will be called for each action/event on the Flow
Connects a Flow to a suspendable execute function.
Receiver
Flow of action/events to bind to an Handler
Parameters
execute
function that will be called for each action/event on the Flow