onActionSent

open fun onActionSent(action: WorkflowAction<P, S, O>, proceed: (WorkflowAction<P, S, O>) -> Unit)

Intercepts calls to send on the BaseRenderContext.actionSink.

This method will be called from inside the actual Sink.send stack frame, so any stack traces captured from it will include the code that is actually making the send call.