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