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

com.blitline.image.spring.postback.BlitlinePostbackUrlProvider Maven / Gradle / Ivy

package com.blitline.image.spring.postback;

/**
 * Provides a means to determine the correct postback URL for a Blitline job. Usually set application-wide.
 *
 * @author Christopher Smith
 *
 */
public interface BlitlinePostbackUrlProvider {
	String getPostbackUrl();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy