|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.eventbus.filter.EventFilterCompiler
public class EventFilterCompiler
A compiler to compile the event filter from a language specified in com.netflix.eventbus.filter.lang to an
EventFilter for consumption by EventBus
| Constructor Summary | |
|---|---|
EventFilterCompiler()
|
|
| Method Summary | |
|---|---|
static EventFilter |
compileInfixNotation(java.lang.String filter)
Compiles a filter expressed in infix notation to an EventFilter instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventFilterCompiler()
| Method Detail |
|---|
public static EventFilter compileInfixNotation(java.lang.String filter)
throws InvalidFilterException
EventFilter instance.
filter - Filter to compile.
EventFilter instance compiled from the passed filter.
InvalidFilterException - If the input filter is invalid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||