The following tables list the members exposed by SingleConnectionFactory.
Name | Description | |
---|---|---|
![]() | SingleConnectionFactory Constructor | Overloaded. Initializes a new instance of the CachingConnectionFactory class. |
Name | Description | |
---|---|---|
![]() | HostName | |
![]() | RabbitConnectionFactory | |
![]() | VirtualHost |
Name | Description | |
---|---|---|
![]() | AfterPropertiesSet | |
![]() | CreateConnection | |
![]() | Dispose | Close the underlying shared connection. |
![]() | GetChannel | |
![]() | InitConnection | Initialize the underlying shared Connection. Closes and reinitializes the Connection if an underlying Connection is present already. |
![]() | ResetConnection | |
![]() | ToString | Overridden. |
Name | Description | |
---|---|---|
![]() | CloseConnection | Closes the given connection. |
![]() | CreateChannel | |
![]() | DoCreateConnection | |
![]() | GetSharedConnection | Wrap the given Connection with a proxy that delegates every method call to it but suppresses close calls. This is useful for allowing application code to handle a special framework Connection just like an ordinary Connection from a ConnectionFactory. |
![]() | PrepareConnection |