Class AmqpReplyToSinkSettings
Inheritance
AmqpReplyToSinkSettings
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
|
Improve this Doc
View Source
Declarations
Declaration
public IReadOnlyList<IDeclaration> Declarations { get; }
Property Value
|
Improve this Doc
View Source
FailIfReplyToMissing
Declaration
public bool FailIfReplyToMissing { get; }
Property Value
Methods
|
Improve this Doc
View Source
Create(IAmqpConnectionSettings, Boolean)
Declaration
public static AmqpReplyToSinkSettings Create(IAmqpConnectionSettings connectionSettings, bool failIfReplyToMissing = true)
Parameters
Returns
Implements