EventStreamsMessageInput
No description
input EventStreamsMessageInput {
environmentId: ID!
topicName: ID!
subscriptionName: ID!
messageId: String!
}
Fields
EventStreamsMessageInput.environmentId ● ID! non-null scalar miscellaneous
The Id of environment to which the topic of the subscription belongs
EventStreamsMessageInput.topicName ● ID! non-null scalar miscellaneous
The topic name of the subscription
EventStreamsMessageInput.subscriptionName ● ID! non-null scalar miscellaneous
The name of the subscription
EventStreamsMessageInput.messageId ● String! non-null scalar miscellaneous
The unique messageId of subscription backlog message
Member Of
eventStreamsDeadLetterQueueMessage query ●
eventStreamsMessage query
Was this topic helpful?