Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static StaticMethodExpression |
Expressions.staticMethod(String className,
String method,
Expression... parameters)
Static method invocation.
|
static StaticMethodExpression |
Expressions.staticMethod(String className,
String method,
Object... parameters)
Static method invocation.
|