Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
MethodInvocationStream |
MethodInvocationStream.addParameter(Expression parameterExpression)
Adds a parameters to the method invocation.
|
static MethodInvocationStream |
MethodInvocationStream.create(String className,
String methodName)
Creates a new method-invocation-based stream without parameters.
|
static MethodInvocationStream |
MethodInvocationStream.create(String className,
String methodName,
String optStreamName)
Creates a new method-invocation-based stream without parameters.
|