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