Class CompositeConnectionListener
Inheritance
System.Object
CompositeConnectionListener
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class CompositeConnectionListener : object, IConnectionListener
Constructors
|
Edit this page
View Source
CompositeConnectionListener(ILogger)
Declaration
public CompositeConnectionListener(ILogger logger = null)
Parameters
Type |
Name |
Description |
ILogger |
logger |
|
Methods
|
Edit this page
View Source
AddListener(IConnectionListener)
Declaration
public void AddListener(IConnectionListener connectionListener)
Parameters
|
Edit this page
View Source
ClearListeners()
Declaration
public void ClearListeners()
|
Edit this page
View Source
OnClose(IConnection)
Declaration
public void OnClose(IConnection connection)
Parameters
|
Edit this page
View Source
OnCreate(IConnection)
Declaration
public void OnCreate(IConnection connection)
Parameters
|
Edit this page
View Source
OnShutDown(RabbitMQ.Client.ShutdownEventArgs)
Declaration
public void OnShutDown(RabbitMQ.Client.ShutdownEventArgs args)
Parameters
Type |
Name |
Description |
RabbitMQ.Client.ShutdownEventArgs |
args |
|
|
Edit this page
View Source
RemoveListener(IConnectionListener)
Declaration
public bool RemoveListener(IConnectionListener connectionListener)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
SetListeners(List<IConnectionListener>)
Declaration
public void SetListeners(List<IConnectionListener> connectionListeners)
Parameters
Implements