Table of Contents

Interface IReactorInvoker

Namespace
Cratis.Chronicle.Reactors
Assembly
Cratis.Chronicle.dll

Defines the invoker for an ReactorHandler.

public interface IReactorInvoker

Methods

Invoke(object, EventContext)

Invoke the Reactor.

Task<Catch> Invoke(object content, EventContext eventContext)

Parameters

content object

Event content to invoke with.

eventContext EventContext

EventContext for the event.

Returns

Task<Catch>

Awaitable Task.