Interface IPendingHandlerInvocation
Namespace: Akka.Persistence
Assembly: Akka.Persistence.dll
Syntax
public interface IPendingHandlerInvocation
Properties
| Edit this page View SourceEvent
Declaration
object Event { get; }
Property Value
Type | Description |
---|---|
object |
Handler
Declaration
Action<object> Handler { get; }
Property Value
Type | Description |
---|---|
Action<object> |