Interface IPropertyFilter

All Known Subinterfaces:
ISubscriber<T>
All Known Implementing Classes:
AMQPSubscriberImpl

public interface IPropertyFilter
  • Method Details

    • addProperty

      void addProperty(String name, IPropertyFilter.FilterAction... action)
      Parameters:
      name -
      action -
    • removeProperty

      void removeProperty(String name)
      Removes the filter for the named property.
      Parameters:
      name -
    • getProperties

      List<String> getProperties()
      Returns:
      the list of named properties that we are filtering.