Message

class Message

Information about a message.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the input into which the message payload is transformed.

Link copied to clipboard

The ID to assign to the message. Within each batch sent, each "messageId" must be unique.

Link copied to clipboard

The payload of the message. This can be a JSON string or a Base-64-encoded string representing binary data (in which case you must decode it).

Link copied to clipboard

The timestamp associated with the message.

Functions

Link copied to clipboard
inline fun copy(block: Message.Builder.() -> Unit = {}): Message
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String