org.wildfly.swarm.config.undertow.configuration.ReverseProxySupplier Maven / Gradle / Ivy
The newest version!
package org.wildfly.swarm.config.undertow.configuration;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface ReverseProxySupplier {
/**
* Constructed instance of ReverseProxy resource
*
* @return The instance
*/
public ReverseProxy get();
}