Class ReplyToStrategy
Reply to sender with predefined response, and discard the received message silently.
Implements
Inherited Members
Namespace: Akka.Persistence
Assembly: Akka.Persistence.dll
Syntax
public sealed class ReplyToStrategy : IStashOverflowStrategy
Constructors
| Improve this Doc View SourceReplyToStrategy(Object)
Initializes a new instance of the ReplyToStrategy class.
Declaration
public ReplyToStrategy(object response)
Parameters
Type | Name | Description |
---|---|---|
Object | response | TBD |
Properties
| Improve this Doc View SourceResponse
The message replying to sender with
Declaration
public object Response { get; }
Property Value
Type | Description |
---|---|
Object |