Modifier and Type | Method and Description |
---|---|
void |
SalesforceAnalyticsManager.publishEvent(InstrumentationEvent event)
Publishes an event to all registered network endpoints after
applying the required event format transforms.
|
Modifier and Type | Method and Description |
---|---|
void |
SalesforceAnalyticsManager.publishEvents(java.lang.Iterable<InstrumentationEvent> events)
Publishes a list of events to all registered network endpoints after
applying the required event format transforms.
|
Modifier and Type | Method and Description |
---|---|
InstrumentationEvent |
InstrumentationEventBuilder.buildEvent()
Validates and builds an InstrumentationEvent object.
|
Modifier and Type | Method and Description |
---|---|
InstrumentationEvent |
EventStoreManager.fetchEvent(java.lang.String eventId)
Returns a specific event stored on the filesystem for that unique identifier.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InstrumentationEvent> |
EventStoreManager.fetchAllEvents()
Returns all the events stored on the filesystem.
|
java.lang.Iterable<InstrumentationEvent> |
EventStoreManager.iterateAllEvents()
Streams all the events stored on the filesystem.
|
Modifier and Type | Method and Description |
---|---|
void |
EventStoreManager.storeEvent(InstrumentationEvent event)
Stores an event to the filesystem.
|
Modifier and Type | Method and Description |
---|---|
void |
EventStoreManager.storeEvents(java.util.List<InstrumentationEvent> events)
Stores a list of events to the filesystem.
|
Modifier and Type | Method and Description |
---|---|
JSONObject |
Transform.transform(InstrumentationEvent event)
Transforms an event into the required format.
|
JSONObject |
AILTNTransform.transform(InstrumentationEvent event) |