Interface IConnectionManager
- Namespace
- Tp.RabbitMq
- Assembly
- Tp.RabbitMq.dll
public interface IConnectionManager : IDisposable
- Inherited Members
-
Methods
GetConnection()
IConnection GetConnection()
Returns
- IConnection
GetConnectionAsync()
Task<IConnection> GetConnectionAsync()
Returns
- Task<IConnection>
GetConnectionAsync(CancellationToken)
Task<IConnection> GetConnectionAsync(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationToken
Returns
- Task<IConnection>
Reset()
Events
ConnectionRestore
event EventHandler<EventArgs> ConnectionRestore
Event Type
- EventHandler<EventArgs>
ConnectionShutdown
event EventHandler<ConnectionShutdownEventArgs> ConnectionShutdown
Event Type
- EventHandler<ConnectionShutdownEventArgs>