org.wildfly.swarm.config.undertow.configuration.ReverseProxySupplier Maven / Gradle / Ivy
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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy