public class NetuitiveIngestEventRestClient extends APIKeyRestClient implements NetuitiveIngestEventClient
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INGEST_EVENTS_ENDPOINT |
API_HOST, SCHEME
Constructor and Description |
---|
NetuitiveIngestEventRestClient(java.lang.String apiKey) |
NetuitiveIngestEventRestClient(java.lang.String scheme,
java.lang.String host,
java.lang.String apiKey) |
Modifier and Type | Method and Description |
---|---|
void |
ingest(java.util.List<IngestEvent> events) |
getApiKey
request, send
public static final java.lang.String INGEST_EVENTS_ENDPOINT
public NetuitiveIngestEventRestClient(java.lang.String apiKey)
public NetuitiveIngestEventRestClient(java.lang.String scheme, java.lang.String host, java.lang.String apiKey)
public void ingest(java.util.List<IngestEvent> events)
ingest
in interface NetuitiveIngestEventClient