Table of Contents

Interface ITransportConnectionFactory

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

Transport specific connection factory.

public interface ITransportConnectionFactory
Extension Methods

Remarks

A specific transport mechanism (Azure Service Bus, Redis, etc.) implements this to return connections for a specific connection string.

Methods

Connect(TransportConnectionOptions)

Return a connection for a given connection string.

ITransportConnection Connect(TransportConnectionOptions options)

Parameters

options TransportConnectionOptions

Returns

ITransportConnection