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

nl.nn.testtool.StartpointProvider Maven / Gradle / Ivy

/*
 * Created on 01-Nov-07
 *
 * To change the template for this generated file go to
 * Window>Preferences>Java>Code Generation>Code and Comments
 */
package nl.nn.testtool;

/**
 * @author m00f069
 *
 * To change the template for this generated type comment go to
 * Window>Preferences>Java>Code Generation>Code and Comments
 */
public interface StartpointProvider {

	public String getName();

	public void startpoint(String correlationId, Object message) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy