Interface IPropertyFilter
- All Known Subinterfaces:
ISubscriber<T>
- All Known Implementing Classes:
AMQPSubscriberImpl
public interface IPropertyFilter
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumIt is current only possible to filter properties by deleting them. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(String name, IPropertyFilter.FilterAction... action) voidremoveProperty(String name) Removes the filter for the named property.
-
Method Details
-
addProperty
- Parameters:
name-action-
-
removeProperty
Removes the filter for the named property.- Parameters:
name-
-
getProperties
- Returns:
- the list of named properties that we are filtering.
-