Package | Description |
---|---|
com.espertech.esper.common.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.
|
Copyright © 2005–2018. All rights reserved.