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