Class RabbitOptions.CacheOptions
Inheritance
System.Object
RabbitOptions.CacheOptions
Namespace: Steeltoe.Messaging.RabbitMQ.Config
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class CacheOptions : object
Properties
| Edit this page View SourceChannel
Declaration
public RabbitOptions.ChannelOptions Channel { get; set; }
Property Value
Type | Description |
---|---|
RabbitOptions.ChannelOptions |
Connection
Declaration
public RabbitOptions.ConnectionOptions Connection { get; set; }
Property Value
Type | Description |
---|---|
RabbitOptions.ConnectionOptions |