Package com.netflix.eventbus.filter.lang

This package defines the various filter language available to create the filters for EventBus.

See:
          Description

Interface Summary
FilterLanguageSupport<T> General contract for any filter language which relates to a methodology of converting a language expression to a valid EventFilter instance consumable by EventBus
 

Exception Summary
InvalidFilterException A generic exception representing an invalid filter expression.
 

Package com.netflix.eventbus.filter.lang Description

This package defines the various filter language available to create the filters for EventBus. Any filter language will eventually create an instance of EventFilter, the structure of which is opaque to the event bus.