Show / Hide Table of Contents

    Class TemporaryQueueSourceSettings

    Inheritance
    Object
    TemporaryQueueSourceSettings
    Implements
    IAmqpSourceSettings
    IAmqpConnectorSettings
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Akka.Streams.Amqp.RabbitMq
    Assembly: Akka.Streams.Amqp.RabbitMq.dll
    Syntax
    public sealed class TemporaryQueueSourceSettings : IAmqpSourceSettings, 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

    Exchange

    Declaration
    public string Exchange { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    RoutingKey

    Declaration
    public string RoutingKey { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    Create(IAmqpConnectionSettings, String)

    Declaration
    public static TemporaryQueueSourceSettings Create(IAmqpConnectionSettings connectionSettings, string exchange)
    Parameters
    Type Name Description
    IAmqpConnectionSettings connectionSettings
    String exchange
    Returns
    Type Description
    TemporaryQueueSourceSettings
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    | Improve this Doc View Source

    WithDeclarations(IDeclaration[])

    Declaration
    public TemporaryQueueSourceSettings WithDeclarations(params IDeclaration[] declarations)
    Parameters
    Type Name Description
    IDeclaration[] declarations
    Returns
    Type Description
    TemporaryQueueSourceSettings
    | Improve this Doc View Source

    WithRoutingKey(String)

    Declaration
    public TemporaryQueueSourceSettings WithRoutingKey(string routingKey)
    Parameters
    Type Name Description
    String routingKey
    Returns
    Type Description
    TemporaryQueueSourceSettings

    Implements

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