Record

data class Record(val data: List<Any?>) : Record, Bolt.Response

The RECORD message.

Constructors

Link copied to clipboard
constructor(data: List<Any?>)

Properties

Link copied to clipboard
val data: List<Any?>

Functions

Link copied to clipboard
open infix fun and(that: Bolt.Message): Bolt.Messages

Combine this Message that.