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
/
Reject
Reject
@
Serializable
(
with
=
FrameMethodBasicRejectSerializer::class
)
data
class
Reject
(
val
deliveryTag
:
ULong
,
val
requeue
:
Boolean
)
:
Frame.Method.Basic
Members
Constructors
Reject
Link copied to clipboard
constructor
(
deliveryTag
:
ULong
,
requeue
:
Boolean
)
Properties
basic
Kind
Link copied to clipboard
val
basicKind
:
Frame.Method.Basic.Kind
delivery
Tag
Link copied to clipboard
val
deliveryTag
:
ULong
kind
Link copied to clipboard
val
kind
:
Frame.Method.Kind
requeue
Link copied to clipboard
val
requeue
:
Boolean