Waiting for engine...
Skip to main content

EventStreamsMessageInput

No description

input EventStreamsMessageInput {
environmentId: ID!
topicName: ID!
subscriptionName: ID!
messageId: String!
}

Fields​

EventStreamsMessageInput.environmentId ● ID! non-null scalar miscellaneous {#environment-id}

The Id of environment to which the topic of the subscription belongs

EventStreamsMessageInput.topicName ● ID! non-null scalar miscellaneous {#topic-name}

The topic name of the subscription

EventStreamsMessageInput.subscriptionName ● ID! non-null scalar miscellaneous {#subscription-name}

The name of the subscription

EventStreamsMessageInput.messageId ● String! non-null scalar miscellaneous {#message-id}

The unique messageId of subscription backlog message

Member Of​

eventStreamsDeadLetterQueueMessage query ●  eventStreamsMessage query

On this Page