Delegate WorkflowEventHandler<TEvent>
A workflow event bus event handler delegate.
public delegate void WorkflowEventHandler<TEvent>(ActivityContext context, TEvent e)
Parameters
context
ActivityContextThe activity context.
e
TEventThe event.
Type Parameters
TEvent
The event type.