com.espertech.esper.client.annotation
Annotation Type ExternalDWQuery


public @interface ExternalDWQuery

Annotation for defining the name of the functions returning external data window key and value objects for use with queries against external data windows.


Optional Element Summary
 java.lang.String functionKeys
          Returns function name that return key objects.
 java.lang.String functionValues
          Returns function name that return value objects.
 

functionKeys

public abstract java.lang.String functionKeys
Returns function name that return key objects.

Returns:
function name
Default:
""

functionValues

public abstract java.lang.String functionValues
Returns function name that return value objects.

Returns:
function name
Default:
""

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com