Constructor
new EventSubmitter(eventGateUri, enqueue, isDebugMode)
#
Parameters:
Name | Type | Description |
---|---|---|
eventGateUri |
string | |
enqueue |
function | |
isDebugMode |
boolean |
- Source:
Methods
onSubmitEvent(eventData)
#
Notifies the user that an event has been enqueued for submission if they have enabled
Parameters:
Name | Type | Description |
---|---|---|
eventData |
Object |
- Source:
Notifies the user that an event has been enqueued for submission if they have enabled
.
submitEvent(eventData)
#
Enqueues the event to be submitted to the event ingestion service.
Parameters:
Name | Type | Description |
---|---|---|
eventData |
Object |
- Source:
Enqueues the event to be submitted to the event ingestion service.