AMQPChannels

class AMQPChannels(var channelMax: UShort)

Constructors

Link copied to clipboard
constructor(channelMax: UShort)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun add(channel: AMQPChannel)
Link copied to clipboard
operator fun get(id: UShort): AMQPChannel?
Link copied to clipboard
Link copied to clipboard
fun remove(id: UShort)
Link copied to clipboard