Table of Contents

Interface ConnectionFactoryUtils.IResourceFactory

Namespace
Steeltoe.Messaging.RabbitMQ.Connection
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public interface ConnectionFactoryUtils.IResourceFactory

Properties

IsSynchedLocalTransactionAllowed

bool IsSynchedLocalTransactionAllowed { get; }

Property Value

bool

Methods

CreateChannel(IConnection)

IModel CreateChannel(IConnection connection)

Parameters

connection IConnection

Returns

IModel

CreateConnection2()

IConnection CreateConnection2()

Returns

IConnection

GetChannel(RabbitResourceHolder)

IModel GetChannel(RabbitResourceHolder holder)

Parameters

holder RabbitResourceHolder

Returns

IModel

GetConnection(RabbitResourceHolder)

IConnection GetConnection(RabbitResourceHolder holder)

Parameters

holder RabbitResourceHolder

Returns

IConnection