Table of Contents

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 IModel

the created channel

transactional bool

true if channel is transactional

OnShutDown(ShutdownEventArgs)

Called when a channel has been shutdown

void OnShutDown(ShutdownEventArgs args)

Parameters

args ShutdownEventArgs

the shutdown event arguments