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

com.github.segmentio.request.IRequester Maven / Gradle / Ivy

The newest version!
package com.github.segmentio.request;

import com.github.segmentio.models.Batch;

public interface IRequester {

	public boolean send(Batch batch);
	
	public void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy