org.wildfly.swarm.config.messaging.activemq.ExternalJMSTopicSupplier Maven / Gradle / Ivy
package org.wildfly.swarm.config.messaging.activemq;
import java.lang.FunctionalInterface;
@FunctionalInterface
public interface ExternalJMSTopicSupplier {
/**
* Constructed instance of ExternalJMSTopic resource
*
* @return The instance
*/
public ExternalJMSTopic get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy