brooklyn.entity.messaging.activemq.ActiveMQTopic 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.messaging.Topic;
import brooklyn.entity.proxying.ImplementedBy;
@ImplementedBy(ActiveMQTopicImpl.class)
public interface ActiveMQTopic extends ActiveMQDestination, Topic {
}