toggle menu
graph-guard
0.24.3
jvm
switch theme
search in API
graph-guard
/
io.github.cfraser.graphguard
/
Bolt
/
Success
Success
@
JvmRecord
data
class
Success
(
val
metadata
:
Map
<
String
,
Any
?
>
)
:
Record
,
Bolt.Response
The
SUCCESS
message.
Members
Constructors
Success
Link copied to clipboard
constructor
(
metadata
:
Map
<
String
,
Any
?
>
)
Properties
metadata
Link copied to clipboard
val
metadata
:
Map
<
String
,
Any
?
>
Functions
and
Link copied to clipboard
open
infix
fun
and
(
that
:
Bolt.Message
)
:
Bolt.Messages
Combine
this
Message
that
.