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
/
Basic
/
GetOk
Get
Ok
@
Serializable
(
with
=
FrameMethodBasicGetOkSerializer::class
)
data
class
GetOk
(
val
deliveryTag
:
ULong
,
val
redelivered
:
Boolean
,
val
exchange
:
String
,
val
routingKey
:
String
,
val
messageCount
:
UInt
)
:
Frame.Method.Basic
Members
Constructors
Get
Ok
Link copied to clipboard
constructor
(
deliveryTag
:
ULong
,
redelivered
:
Boolean
,
exchange
:
String
,
routingKey
:
String
,
messageCount
:
UInt
)
Properties
basic
Kind
Link copied to clipboard
val
basicKind
:
Frame.Method.Basic.Kind
delivery
Tag
Link copied to clipboard
val
deliveryTag
:
ULong
exchange
Link copied to clipboard
val
exchange
:
String
kind
Link copied to clipboard
val
kind
:
Frame.Method.Kind
message
Count
Link copied to clipboard
val
messageCount
:
UInt
redelivered
Link copied to clipboard
val
redelivered
:
Boolean
routing
Key
Link copied to clipboard
val
routingKey
:
String