Waiting for engine...
Skip to main content

EventStreamsConsumer

Represents an Event Streams message consumer connected to a subscription, with metadata such as name, message publication rate, and creation timestamp for monitoring purposes.

type EventStreamsConsumer {
name: String
messageRateOut: Float
avgMessageSize: Float
connectedSince: DateTime
}

Fields

EventStreamsConsumer.name ● String scalar miscellaneous

The name of the consumer

EventStreamsConsumer.messageRateOut ● Float scalar miscellaneous

The current rate of messages delivered per second to the consumer

EventStreamsConsumer.avgMessageSize ● Float scalar miscellaneous

The average size of the messages being delivered to the consumer

EventStreamsConsumer.connectedSince ● DateTime scalar partner-portal

The timestamp of connection of the consumer

Member Of

EventStreamsSubscription object

On this Page