com.netuitive.iris.client.event.NetuitiveIngestEventClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iris Show documentation
Show all versions of iris Show documentation
Java SDK for the Netuitive REST API
The newest version!
package com.netuitive.iris.client.event;
import com.netuitive.iris.entity.event.ingest.IngestEvent;
import java.util.List;
/**
*
* @author john.king
*/
public interface NetuitiveIngestEventClient {
public void ingest( List events);
}