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