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

forklift.consumer.ForkliftConsumerI Maven / Gradle / Ivy

package forklift.consumer;

import forklift.connectors.ConnectorException;
import forklift.connectors.ForkliftMessage;

public interface ForkliftConsumerI {
	ForkliftMessage receive(long timeout) throws ConnectorException;
	void close() throws ConnectorException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy