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

nz.ac.auckland.integration.testing.endpointoverride.EndpointOverride Maven / Gradle / Ivy

The newest version!
package nz.ac.auckland.integration.testing.endpointoverride;

import org.apache.camel.Endpoint;

/**
 * An interface for setting endpoint parameters each time rather than specifying them
 * for each test specification, or overriding Camel defaults
 *
 * @author David MacDonald 
 */
public interface EndpointOverride {

    public void overrideEndpoint(Endpoint endpoint);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy