Package-level declarations
Types
Link copied to clipboard
Signals that the channel has been cancelled.
Link copied to clipboard
interface ChannelEvent
Link copied to clipboard
data class MessageReturnedEvent(val channel: Channel, val data: AMQP.Basic.Return, val body: ByteArray?, val properties: AMQP.Basic.Properties) : ChannelEvent
A message was returned to the publisher.