Show / Hide Table of Contents

    Class AmqpReplyToSinkSettings

    Inheritance
    Object
    AmqpReplyToSinkSettings
    Implements
    IAmqpConnectorSettings
    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 sealed class AmqpReplyToSinkSettings : IAmqpConnectorSettings

    Properties

    | Improve this Doc View Source

    ConnectionSettings

    Declaration
    public IAmqpConnectionSettings ConnectionSettings { get; }
    Property Value
    Type Description
    IAmqpConnectionSettings
    | Improve this Doc View Source

    Declarations

    Declaration
    public IReadOnlyList<IDeclaration> Declarations { get; }
    Property Value
    Type Description
    IReadOnlyList<IDeclaration>
    | Improve this Doc View Source

    FailIfReplyToMissing

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

    Methods

    | Improve this Doc View Source

    Create(IAmqpConnectionSettings, Boolean)

    Declaration
    public static AmqpReplyToSinkSettings Create(IAmqpConnectionSettings connectionSettings, bool failIfReplyToMissing = true)
    Parameters
    Type Name Description
    IAmqpConnectionSettings connectionSettings
    Boolean failIfReplyToMissing
    Returns
    Type Description
    AmqpReplyToSinkSettings

    Implements

    IAmqpConnectorSettings
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX