All Downloads are FREE. Search and download functionalities are using the official Maven repository.

brooklyn.entity.messaging.qpid.QpidQueue Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
package brooklyn.entity.messaging.qpid;

import brooklyn.entity.messaging.Queue;
import brooklyn.entity.proxying.ImplementedBy;

@ImplementedBy(QpidQueueImpl.class)
public interface QpidQueue extends QpidDestination, Queue {
    @Override
    public String getExchangeName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy