Class CompositeChannelListener
Inheritance
System.Object
CompositeChannelListener
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class CompositeChannelListener : object, IChannelListener
Constructors
|
Edit this page
View Source
CompositeChannelListener(ILogger)
Declaration
public CompositeChannelListener(ILogger logger = null)
Parameters
Type |
Name |
Description |
ILogger |
logger |
|
Methods
|
Edit this page
View Source
AddListener(IChannelListener)
Declaration
public void AddListener(IChannelListener channelListener)
Parameters
|
Edit this page
View Source
ClearListeners()
Declaration
public void ClearListeners()
|
Edit this page
View Source
OnCreate(RabbitMQ.Client.IModel, Boolean)
Declaration
public void OnCreate(RabbitMQ.Client.IModel channel, bool transactional)
Parameters
Type |
Name |
Description |
RabbitMQ.Client.IModel |
channel |
|
System.Boolean |
transactional |
|
|
Edit this page
View Source
OnShutDown(RabbitMQ.Client.ShutdownEventArgs)
Declaration
public void OnShutDown(RabbitMQ.Client.ShutdownEventArgs event)
Parameters
Type |
Name |
Description |
RabbitMQ.Client.ShutdownEventArgs |
event |
|
|
Edit this page
View Source
RemoveListener(IChannelListener)
Declaration
public bool RemoveListener(IChannelListener channelListener)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
SetListeners(List<IChannelListener>)
Declaration
public void SetListeners(List<IChannelListener> channelListeners)
Parameters
Implements