kikaha.urouting.api.ContextProducer Maven / Gradle / Ivy
package kikaha.urouting.api;
import io.undertow.server.HttpServerExchange;
public interface ContextProducer {
T produce( HttpServerExchange exchange ) throws RoutingException;
}
package kikaha.urouting.api;
import io.undertow.server.HttpServerExchange;
public interface ContextProducer {
T produce( HttpServerExchange exchange ) throws RoutingException;
}