Class ProducerController.MessageWithConfirmation<T>
For sending with confirmation back to the producer - message is confirmed once it's stored inside the durable queue.
Inheritance
ProducerController.MessageWithConfirmation<T>
Assembly: Akka.dll
Syntax
public sealed class MessageWithConfirmation<T> : ProducerController.IProducerCommand<T>
Type Parameters
Constructors
|
Improve this Doc
View Source
MessageWithConfirmation(T, IActorRef)
Declaration
public MessageWithConfirmation(T message, IActorRef replyTo)
Parameters
Type |
Name |
Description |
T |
message |
|
IActorRef |
replyTo |
|
Properties
|
Improve this Doc
View Source
Message
Declaration
public T Message { get; }
Property Value
|
Improve this Doc
View Source
ReplyTo
Declaration
public IActorRef ReplyTo { get; }
Property Value
Implements
Extension Methods