Spring.Messaging.Amqp.Rabbit
ConnectionFactoryUtils Class Members
See Also  Methods  Send Feedback
Spring.Messaging.Amqp.Rabbit.Connection Namespace : ConnectionFactoryUtils Class


The following tables list the members exposed by ConnectionFactoryUtils.

Public Constructors

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)DoGetTransactionalChannel  
Public Methodstatic (Shared in Visual Basic)GetTargetConnection Return the innermost target IConnection of the given IConnection. If the given IConnection is a decorated connection, it will be unwrapped until a non-decorated IConnection is found. Otherwise, the passed-in IConnection will be returned as-is.  
Public Methodstatic (Shared in Visual Basic)GetTargetModel Return the innermost target IModel of the given IModel. If the given IModel is a decorated model, it will be unwrapped until a non-decorated IModel is found. Otherwise, the passed-in IModel will be returned as-is.  
Public Methodstatic (Shared in Visual Basic)GetTransactionalChannel  
Public Methodstatic (Shared in Visual Basic)IsChannelTransactional  
Public Methodstatic (Shared in Visual Basic)ReleaseConnection  
Top

See Also

© 2010 All Rights Reserved.