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