Class | Description | |
---|---|---|
![]() | CachedModel | |
![]() | CachingConnectionFactory | A IConnectionFactory implementation that returns the same Connection from all IConnectionFactory.CreateConnection calls, and ignores call to Close |
![]() | CloseSuppressingConnection | |
![]() | ConnectionFactoryUtils | |
![]() | RabbitResourceHolder | |
![]() | SingleConnectionFactory | A IConnectionFactory implementation that returns the same Connection from all IConnectionFactory.CreateConnection calls, and ignores call to Close |
Interface | Description | |
---|---|---|
![]() | IConnectionFactory | An interface based ConnectionFactory for creating IConnections. |
![]() | IDecoratorConnection | Subinterface of Connection to be implemented by implementations that wrap an Connection to provide added functionality. Allows access to the the underlying target Connection. |
![]() | IDecoratorModel | Subinterface of Model to be implemented by implementations that wrap a Model to provide added functionality. Allows access to the the underlying target Model. |
![]() | IResourceFactory |