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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy