![]() | MethodInvocationStream Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class MethodInvocationStream : Stream
The MethodInvocationStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | MethodInvocationStream |
Ctor.
|
![]() | MethodInvocationStream(String, String, String) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | ClassName |
Returns the name of the class providing the method.
|
![]() | MethodName |
Returns the name of the static method to invoke in the from-clause.
|
![]() | OptionalEventTypeName |
Returns the optional event type name
|
![]() | ParameterExpressions |
Returns a list of expressions that are parameters to the method.
|
![]() | StreamName |
Returns the stream name.
(Inherited from Stream.) |
Name | Description | |
---|---|---|
![]() | AddParameter |
Adds a parameters to the method invocation.
|
![]() ![]() | Create(String, String) |
Creates a new method-invocation-based stream without parameters.
|
![]() ![]() | Create(String, String, String) |
Creates a new method-invocation-based stream without parameters.
|
![]() | ToEPL |
Renders the clause in textual representation.
(Inherited from Stream.) |
![]() | ToEPLStream | (Overrides StreamToEPLStream(TextWriter, EPStatementFormatter).) |
![]() | ToEPLStreamOptions | (Overrides StreamToEPLStreamOptions(TextWriter).) |
![]() | ToEPLStreamType | (Overrides StreamToEPLStreamType(TextWriter).) |