Interface IChannelListener
- Namespace
- Steeltoe.Messaging.RabbitMQ.Connection
- Assembly
- Steeltoe.Messaging.RabbitMQ.dll
public interface IChannelListener
Methods
OnCreate(IModel, bool)
Called when a channel has been created
void OnCreate(IModel channel, bool transactional)
Parameters
channel
IModelthe created channel
transactional
booltrue if channel is transactional
OnShutDown(ShutdownEventArgs)
Called when a channel has been shutdown
void OnShutDown(ShutdownEventArgs args)
Parameters
args
ShutdownEventArgsthe shutdown event arguments