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