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