Shard

class Shard

A uniquely identified group of stream records within a stream.

Types

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

Properties

Link copied to clipboard

The shard ID of the current shard's parent.

Link copied to clipboard

The range of possible sequence numbers for the shard.

Link copied to clipboard

The system-generated identifier for this shard.

Functions

Link copied to clipboard
inline fun copy(block: Shard.Builder.() -> Unit = {}): Shard
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