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