org.wildfly.swarm.config.undertow.server.HostSupplier Maven / Gradle / Ivy
package org.wildfly.swarm.config.undertow.server;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface HostSupplier {
/**
* Constructed instance of Host resource
*
* @return The instance
*/
public Host get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy