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