public class ResultDeliveryStrategyFactory extends Object
Constructor and Description |
---|
ResultDeliveryStrategyFactory() |
Modifier and Type | Method and Description |
---|---|
static ResultDeliveryStrategy |
create(EPStatement statement,
Object subscriber,
String methodName,
Class[] selectClauseTypes,
String[] selectClauseColumns,
String runtimeURI,
com.espertech.esper.common.internal.settings.ClasspathImportService classpathImportService)
Creates a strategy implementation that indicates to subscribers
the statement results based on the select-clause columns.
|
public static ResultDeliveryStrategy create(EPStatement statement, Object subscriber, String methodName, Class[] selectClauseTypes, String[] selectClauseColumns, String runtimeURI, com.espertech.esper.common.internal.settings.ClasspathImportService classpathImportService) throws ResultDeliveryStrategyInvalidException
subscriber
- to indicate toselectClauseTypes
- are the types of each column in the select clauseselectClauseColumns
- the names of each column in the select clausestatement
- statementmethodName
- method nameruntimeURI
- runtime URIclasspathImportService
- runtime importsResultDeliveryStrategyInvalidException
- if the subscriber is invalidCopyright © 2005–2018. All rights reserved.