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