Interface: IRequestIdInfo
Properties of a RequestIdInfo.
Implemented by
Properties
buffered
• Optional
buffered: null
| boolean
Indicate if the request is still buffered. If so, the event ID is not known and its value will be an invalid event ID.
eventId
• Optional
eventId: null
| Long
The event id of the history event generated by the request. It's possible the event ID is not known (unflushed buffered event). In this case, the value will be zero or a negative value, representing an invalid ID.
eventType
• Optional
eventType: null
| EventType
The event type of the history event generated by the request.