
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
The newest version!
package brooklyn.entity.messaging.activemq;
import brooklyn.entity.messaging.Topic;
import brooklyn.entity.proxying.ImplementedBy;
@ImplementedBy(ActiveMQTopicImpl.class)
public interface ActiveMQTopic extends ActiveMQDestination, Topic {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy