com.espertech.esper.core.service
Interface EPStatementFactory
- All Known Implementing Classes:
- EPStatementFactoryDefault
public interface EPStatementFactory
Method Summary |
EPStatementSPI |
make(java.lang.String expressionNoAnnotations,
boolean isPattern,
DispatchService dispatchService,
StatementLifecycleSvcImpl statementLifecycleSvc,
long timeLastStateChange,
boolean preserveDispatchOrder,
boolean isSpinLocks,
long blockingTimeout,
TimeSourceService timeSource,
StatementMetadata statementMetadata,
java.lang.Object statementUserObject,
StatementContext statementContext,
boolean isFailed,
boolean nameProvided)
|
StopCallback |
makeStopMethod(StatementAgentInstanceFactoryResult startResult)
|
make
EPStatementSPI make(java.lang.String expressionNoAnnotations,
boolean isPattern,
DispatchService dispatchService,
StatementLifecycleSvcImpl statementLifecycleSvc,
long timeLastStateChange,
boolean preserveDispatchOrder,
boolean isSpinLocks,
long blockingTimeout,
TimeSourceService timeSource,
StatementMetadata statementMetadata,
java.lang.Object statementUserObject,
StatementContext statementContext,
boolean isFailed,
boolean nameProvided)
makeStopMethod
StopCallback makeStopMethod(StatementAgentInstanceFactoryResult startResult)