Interface IReactorInvoker
Defines the invoker for an ReactorHandler.
public interface IReactorInvoker
Methods
Invoke(object, EventContext)
Invoke the Reactor.
Task<Catch> Invoke(object content, EventContext eventContext)
Parameters
contentobjectEvent content to invoke with.
eventContextEventContextEventContext for the event.