public class EventFilterCompiler
extends java.lang.Object
com.netflix.eventbus.filter.lang to an
EventFilter for consumption by EventBus| Constructor and Description |
|---|
EventFilterCompiler() |
| Modifier and Type | Method and Description |
|---|---|
static EventFilter |
compileInfixNotation(java.lang.String filter)
Compiles a filter expressed in infix notation to an
EventFilter instance. |
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.