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