Interface ConnectionFactoryUtils.IResourceFactory
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IResourceFactory
Properties
|
Edit this page
View Source
IsSynchedLocalTransactionAllowed
Declaration
bool IsSynchedLocalTransactionAllowed { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
CreateChannel(IConnection)
Declaration
RabbitMQ.Client.IModel CreateChannel(IConnection connection)
Parameters
Returns
Type |
Description |
RabbitMQ.Client.IModel |
|
|
Edit this page
View Source
CreateConnection2()
Declaration
IConnection CreateConnection2()
Returns
|
Edit this page
View Source
GetChannel(RabbitResourceHolder)
Declaration
RabbitMQ.Client.IModel GetChannel(RabbitResourceHolder holder)
Parameters
Returns
Type |
Description |
RabbitMQ.Client.IModel |
|
|
Edit this page
View Source
GetConnection(RabbitResourceHolder)
Declaration
IConnection GetConnection(RabbitResourceHolder holder)
Parameters
Returns