Interface: IRequestIdInfo
Properties of a RequestIdInfo.
Hierarchy
-
↳
IRequestIdInfo
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.
Inherited from
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.
Inherited from
eventType
• Optional eventType: null | EventType
The event type of the history event generated by the request.