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