Class ConsumerController.Delivery<T>
Sent from the consumer controller to the consumer.
Inheritance
ConsumerController.Delivery<T>
Assembly: Akka.dll
Syntax
public sealed class Delivery<T> : ConsumerController.IConsumerCommand<T>, IDeliverySerializable, IDeadLetterSuppression, IEquatable<ConsumerController.Delivery<T>>
Type Parameters
Constructors
|
Improve this Doc
View Source
Delivery(T, IActorRef, String, Int64)
Sent from the consumer controller to the consumer.
Declaration
public Delivery(T Message, IActorRef ConfirmTo, string ProducerId, long SeqNr)
Parameters
Properties
|
Improve this Doc
View Source
ConfirmTo
Declaration
public IActorRef ConfirmTo { get; set; }
Property Value
|
Improve this Doc
View Source
Message
Declaration
public T Message { get; set; }
Property Value
|
Improve this Doc
View Source
ProducerId
Declaration
public string ProducerId { get; set; }
Property Value
|
Improve this Doc
View Source
SeqNr
Declaration
public long SeqNr { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods