org.wildfly.swarm.config.remoting.RemoteOutboundConnectionSupplier Maven / Gradle / Ivy
The newest version!
package org.wildfly.swarm.config.remoting;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface RemoteOutboundConnectionSupplier {
/**
* Constructed instance of RemoteOutboundConnection resource
*
* @return The instance
*/
public RemoteOutboundConnection get();
}