Interface PersistenceAdapterSupport.DestinationMatcher

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean matches​(org.apache.activemq.command.ActiveMQDestination destination)
      Given a Destination object, return true if the destination matches some defined search criteria, false otherwise.
    • Method Detail

      • matches

        boolean matches​(org.apache.activemq.command.ActiveMQDestination destination)
        Given a Destination object, return true if the destination matches some defined search criteria, false otherwise.
        Parameters:
        destination - the destination to inspect.
        Returns:
        true if the destination matches the target criteria, false otherwise.