public class AILTNPublisher extends java.lang.Object implements AnalyticsPublisher
| Constructor and Description |
|---|
AILTNPublisher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
publish(JSONArray events)
Publishes events to a network endpoint.
|
boolean |
publishLogLines(JSONArray logLines) |
public boolean publish(JSONArray events)
AnalyticsPublisherpublish in interface AnalyticsPublisherevents - Events to be published.public boolean publishLogLines(JSONArray logLines)