brooklyn.entity.messaging.activemq.ActiveMQDriver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-software-messaging Show documentation
Show all versions of brooklyn-software-messaging Show documentation
Brooklyn entities for messaging software processes
package brooklyn.entity.messaging.activemq;
import brooklyn.entity.java.JavaSoftwareProcessDriver;
public interface ActiveMQDriver extends JavaSoftwareProcessDriver {
Integer getOpenWirePort();
}