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)
AnalyticsPublisher
publish
in interface AnalyticsPublisher
events
- Events to be published.public boolean publishLogLines(JSONArray logLines)