Interface QueueBinding
-
- All Superinterfaces:
Binding,UnproposalListener
- All Known Subinterfaces:
RemoteQueueBinding
- All Known Implementing Classes:
LocalQueueBinding,RemoteQueueBindingImpl
public interface QueueBinding extends Binding
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intconsumerCount()QueuegetQueue()-
Methods inherited from interface org.apache.activemq.artemis.core.postoffice.Binding
close, getAddress, getBindable, getClusterName, getDistance, getFilter, getID, getRoutingName, getType, getUniqueName, isConnected, isExclusive, isHighAcceptPriority, isLocal, route, routeWithAck, toManagementString
-
Methods inherited from interface org.apache.activemq.artemis.core.server.group.UnproposalListener
unproposed
-
-
-
-
Method Detail
-
consumerCount
int consumerCount()
-
getQueue
Queue getQueue()
-
-