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


public @interface ExternalDWValue

Annotation for mapping of event-to-value and value-to-event for external data windows.


Required Element Summary
 java.lang.String functionBeanToValue
          Returns the function name of the function that maps event beans to value objects.
 java.lang.String functionValueToBean
          Returns the function name of the function that maps values to event objects.
 

Element Detail

functionBeanToValue

public abstract java.lang.String functionBeanToValue
Returns the function name of the function that maps event beans to value objects.

Returns:
event to value mapping function name

functionValueToBean

public abstract java.lang.String functionValueToBean
Returns the function name of the function that maps values to event objects.

Returns:
value to event mapping function name

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