Class RabbitOptions.ConnectionOptions
Inheritance
System.Object
RabbitOptions.ConnectionOptions
Namespace: Steeltoe.Messaging.RabbitMQ.Config
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class ConnectionOptions : object
Properties
| Edit this page View SourceMode
Declaration
public CachingConnectionFactory.CachingMode Mode { get; set; }
Property Value
Type | Description |
---|---|
CachingConnectionFactory.CachingMode |
Size
Declaration
public int? Size { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |