GloEvtPublishEventInput
Represents the information about an event to be dispatched to consumers.
input GloEvtPublishEventInput {
data: String!
eventId: String!
eventType: String!
source: String!
subject: String!
}
Fields
GloEvtPublishEventInput.data ● String! non-null scalar
Data associated with the event.
GloEvtPublishEventInput.eventId ● String! non-null scalar
Unique identifier of the event.
GloEvtPublishEventInput.eventType ● String! non-null scalar
The type of the event.
GloEvtPublishEventInput.source ● String! non-null scalar
The source of the event (in Uri format).
GloEvtPublishEventInput.subject ● String! non-null scalar
Global resource identifier (GRID) of the entity associated with the event.