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
/
Connection
/
Open
Open
@
Serializable
(
with
=
FrameMethodConnectionOpenSerializer::class
)
data
class
Open
(
val
vhost
:
String
=
"/"
,
val
reserved1
:
String
=
""
,
val
reserved2
:
Boolean
=
false
)
:
Frame.Method.Connection
Members
Constructors
Open
Link copied to clipboard
constructor
(
vhost
:
String
=
"/"
,
reserved1
:
String
=
""
,
reserved2
:
Boolean
=
false
)
Properties
connection
Kind
Link copied to clipboard
val
connectionKind
:
Frame.Method.Connection.Kind
kind
Link copied to clipboard
val
kind
:
Frame.Method.Kind
reserved1
Link copied to clipboard
val
reserved1
:
String
reserved2
Link copied to clipboard
val
reserved2
:
Boolean
=
false
vhost
Link copied to clipboard
val
vhost
:
String