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

com.jpattern.service.log.reader.IQueueMessage Maven / Gradle / Ivy

package com.jpattern.service.log.reader;

/**
 * 
 * @author Francesco Cina
 *
 * 31/lug/2011
 */
public interface IQueueMessage {

	long getMessageId();
	
	String getMessage();
	
	boolean isValid();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy