Package com.ibm.events.filter

This package contains the classes and interfaces required for using or implementing an event filter plug-in.

See:
          Description

Interface Summary
Filter The interface for the filter that is used by an event emitter to determine whether or not an event should be sent to the event bus.
FilterFactory The Filter factory interface is used by emitters to create a filter.
 

Exception Summary
FilterException  
InvalidFilterConfigurationException Indicates that the configuration string passed to a filter instance is not valid.
 

Package com.ibm.events.filter Description

This package contains the classes and interfaces required for using or implementing an event filter plug-in.