Publish a single event.
Publish a single event. See Event Collection Resource.
The collection to which the event will be added.
The event
Publish multiple events.
Publish multiple events. See Event Resource.
The events to add to the project.
Queue events locally for subsequent publishing.
Queue events locally for subsequent publishing.
The collection to which the event will be added.
The event
Schedule sending of queued events.
Schedule sending of queued events.
Sends all queued events, removing events from the queue as events are successfully sent.
Asynchronously sends all queued events.
Safely shuts down scheduledThreadPool
before sending all events remaining in eventStore
.
A write key required to make API calls that write data.
A Client mixing in
Writer
can make Keen IO API calls requiring a write key.A write key must be configured in the
Client
's Settings or thewriteKey
field must otherwise be set e.g. with an anonymous class override.Initializing a Client with write access
if a write key is not configured.
https://keen.io/docs/security/