All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netuitive.iris.client.event.NetuitiveIngestEventClient Maven / Gradle / Ivy

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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy