kourier
Toggle table of contents
0.2.2
common
Platform filter
common
Switch theme
Search in API
kourier
amqp-core
/
dev.kourier.amqp
/
Frame
/
Method
/
Channel
/
Close
Close
@
Serializable
(
with
=
FrameMethodChannelCloseSerializer::class
)
data
class
Close
(
val
replyCode
:
UShort
,
val
replyText
:
String
,
val
classId
:
UShort
,
val
methodId
:
UShort
)
:
Frame.Method.Channel
Members
Constructors
Close
Link copied to clipboard
constructor
(
replyCode
:
UShort
,
replyText
:
String
,
classId
:
UShort
,
methodId
:
UShort
)
Properties
channel
Kind
Link copied to clipboard
val
channelKind
:
Frame.Method.Channel.Kind
class
Id
Link copied to clipboard
val
classId
:
UShort
kind
Link copied to clipboard
val
kind
:
Frame.Method.Kind
method
Id
Link copied to clipboard
val
methodId
:
UShort
reply
Code
Link copied to clipboard
val
replyCode
:
UShort
reply
Text
Link copied to clipboard
val
replyText
:
String