Waiting for engine...
Skip to main content

EventStreamsSubscription

No description

type EventStreamsSubscription {
name: ID!
topic: EventStreamsTopic!
type: EventStreamsSubscriptionType
durable: Boolean
backlogCount: BigInteger
messageRateOut: Float
createdTime: DateTime
createdBy: String
activeConsumerCount: BigInteger
consumers: [EventStreamsConsumer]
description: String
deadLetterBacklogCount: BigInteger
retryBacklogCount: BigInteger
}

Fields

EventStreamsSubscription.name ● ID! non-null scalar miscellaneous

The name of the subscription. Unique within the topic

EventStreamsSubscription.topic ● EventStreamsTopic! non-null object event-streams-query

The topic details the subscription is on

EventStreamsSubscription.type ● EventStreamsSubscriptionType enum event-streams-admin

The subscription type

EventStreamsSubscription.durable ● Boolean scalar miscellaneous

Whether the subscription is durable or not

EventStreamsSubscription.backlogCount ● BigInteger scalar partner-portal

The current number of messages not acknowledged on this subscription

EventStreamsSubscription.messageRateOut ● Float scalar miscellaneous

The current rate of messages consumed per second from this subscription

EventStreamsSubscription.createdTime ● DateTime scalar partner-portal

The timestamp when this subscription was created either through this api or when the first subscriber connected to it

EventStreamsSubscription.createdBy ● String scalar miscellaneous

The user who created this subscription

EventStreamsSubscription.activeConsumerCount ● BigInteger scalar partner-portal

The current number of active consumers

EventStreamsSubscription.consumers ● [EventStreamsConsumer] list object event-streams-admin

The list of connected consumers for this subscription

EventStreamsSubscription.description ● String scalar miscellaneous

The user defined description for this subscription

EventStreamsSubscription.deadLetterBacklogCount ● BigInteger scalar partner-portal

The current number of dead letter messages on this subscription

EventStreamsSubscription.retryBacklogCount ● BigInteger scalar partner-portal

The current number messages that are being retried on this subscription

Returned By

eventStreamsSubscriptionCreate mutation ●  eventStreamsSubscriptionUpdate mutation

Member Of

EventStreamsSubscriptionMetrics object ●  EventStreamsTopic object

Implemented By

_Entity union

On this Page