Uses of Interface
org.apache.activemq.store.PersistenceAdapterSupport.DestinationMatcher
Packages that use PersistenceAdapterSupport.DestinationMatcher
Package
Description
The APIs which need to be implemented for persistent message stores for durable messaging
-
Uses of PersistenceAdapterSupport.DestinationMatcher in org.apache.activemq.store
Methods in org.apache.activemq.store with parameters of type PersistenceAdapterSupport.DestinationMatcherModifier and TypeMethodDescriptionstatic List<org.apache.activemq.command.ActiveMQQueue>PersistenceAdapterSupport.listQueues(PersistenceAdapter adapter, PersistenceAdapterSupport.DestinationMatcher matcher) Provides a means of querying the persistence adapter for a list of ActiveMQQueue instances that match some given search criteria.static List<org.apache.activemq.command.ActiveMQTopic>PersistenceAdapterSupport.listTopics(PersistenceAdapter adapter, PersistenceAdapterSupport.DestinationMatcher matcher) Provides a means of querying the persistence adapter for a list of ActiveMQTopic instances that match some given search criteria.