Consumer

class Consumer

An object that represents the details of the consumer you registered. This type of object is returned by RegisterStreamConsumer.

Types

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

Properties

Link copied to clipboard

When you register a consumer, Kinesis Data Streams generates an ARN for it. You need this ARN to be able to call SubscribeToShard.

Link copied to clipboard

The name of the consumer is something you choose when you register the consumer.

Link copied to clipboard

A consumer can't read data while in the CREATING or DELETING states.

Functions

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