Show / Hide Table of Contents

    Class NackArguments

    Inheritance
    Object
    CommitCallback
    NackArguments
    Inherited Members
    CommitCallback.DeliveryTag
    CommitCallback.Multiple
    CommitCallback.Commit()
    CommitCallback.Fail(Exception)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Streams.Amqp.RabbitMq
    Assembly: Akka.Streams.Amqp.RabbitMq.dll
    Syntax
    public sealed class NackArguments : CommitCallback

    Constructors

    | Improve this Doc View Source

    NackArguments(UInt64, Boolean, Boolean, TaskCompletionSource<Done>)

    Declaration
    public NackArguments(ulong deliveryTag, bool multiple, bool requeue, TaskCompletionSource<Done> promise)
    Parameters
    Type Name Description
    UInt64 deliveryTag
    Boolean multiple
    Boolean requeue
    TaskCompletionSource<Akka.Done> promise

    Properties

    | Improve this Doc View Source

    Requeue

    Declaration
    public bool Requeue { get; }
    Property Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX