Class StashingHandlerInvocation
Forces actor to stash incoming commands until all invocations are handled.
Inheritance
StashingHandlerInvocation
Assembly: Akka.Persistence.dll
Syntax
public sealed class StashingHandlerInvocation : IPendingHandlerInvocation
Constructors
|
Improve this Doc
View Source
StashingHandlerInvocation(Object, Action<Object>)
Declaration
public StashingHandlerInvocation(object evt, Action<object> handler)
Parameters
Properties
|
Improve this Doc
View Source
Event
Declaration
public object Event { get; }
Property Value
|
Improve this Doc
View Source
Handler
Declaration
public Action<object> Handler { get; }
Property Value
Implements
Extension Methods