Show / Hide Table of Contents

    Class CommitCallback

    Inheritance
    Object
    CommitCallback
    AckArguments
    NackArguments
    Inherited Members
    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 abstract class CommitCallback

    Constructors

    | Improve this Doc View Source

    CommitCallback(UInt64, Boolean, TaskCompletionSource<Done>)

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

    Properties

    | Improve this Doc View Source

    DeliveryTag

    Declaration
    public ulong DeliveryTag { get; }
    Property Value
    Type Description
    UInt64
    | Improve this Doc View Source

    Multiple

    Declaration
    public bool Multiple { get; }
    Property Value
    Type Description
    Boolean

    Methods

    | Improve this Doc View Source

    Commit()

    Declaration
    public void Commit()
    | Improve this Doc View Source

    Fail(Exception)

    Declaration
    public void Fail(Exception ex)
    Parameters
    Type Name Description
    Exception ex
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX