org.wildfly.swarm.config.remoting.LocalOutboundConnectionSupplier Maven / Gradle / Ivy
The newest version!
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();
}