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
|
Edit this page
View Source
StashingHandlerInvocation(object, Action<object>)
Declaration
public StashingHandlerInvocation(object evt, Action<object> handler)
Parameters
Properties
|
Edit this page
View Source
Event
Declaration
public object Event { get; }
Property Value
|
Edit this page
View Source
Handler
Declaration
public Action<object> Handler { get; }
Property Value
Implements
Extension Methods