Table of Contents

Class MessagingOptions

Namespace
JobFlow.Core.Infrastructure.Transports
Assembly
JobFlow.Core.dll

Messaging configuration options.

public class MessagingOptions
Inheritance
MessagingOptions
Extension Methods

Properties

Connections

public Dictionary<string, TransportConnectionOptions> Connections { get; set; }

Property Value

Dictionary<string, TransportConnectionOptions>

Transports

Messaging transport configuration.

public Dictionary<string, TransportOptions> Transports { get; set; }

Property Value

Dictionary<string, TransportOptions>