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