kourier
Toggle table of contents
0.2.2
common
Platform filter
common
Switch theme
Search in API
kourier
amqp-client
/
dev.kourier.amqp.channel
/
AMQPChannels
AMQPChannels
class
AMQPChannels
(
var
channelMax
:
UShort
)
Members
Constructors
AMQPChannels
Link copied to clipboard
constructor
(
channelMax
:
UShort
)
Properties
channel
Max
Link copied to clipboard
var
channelMax
:
UShort
Functions
add
Link copied to clipboard
fun
add
(
channel
:
AMQPChannel
)
get
Link copied to clipboard
operator
fun
get
(
id
:
UShort
)
:
AMQPChannel
?
list
Link copied to clipboard
fun
list
(
)
:
List
<
AMQPChannel
>
remove
Link copied to clipboard
fun
remove
(
id
:
UShort
)
reserve
Next
Link copied to clipboard
fun
reserveNext
(
)
:
UShort
?