Interface IChannelListener
Namespace: Steeltoe.Messaging.RabbitMQ.Connection
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IChannelListener
Methods
| Edit this page View SourceOnCreate(RabbitMQ.Client.IModel, Boolean)
Called when a channel has been created
Declaration
void OnCreate(RabbitMQ.Client.IModel channel, bool transactional)
Parameters
Type | Name | Description |
---|---|---|
RabbitMQ.Client.IModel | channel | the created channel |
System.Boolean | transactional | true if channel is transactional |
OnShutDown(RabbitMQ.Client.ShutdownEventArgs)
Called when a channel has been shutdown
Declaration
void OnShutDown(RabbitMQ.Client.ShutdownEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
RabbitMQ.Client.ShutdownEventArgs | args | the shutdown event arguments |