com.espertech.esper.client.deploy
Annotation Type SingleRowFunction


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SingleRowFunction

For use with server environments that support dynamic engine initialization (enterprise edition server), indicates that this method provide a single-row function and should be registered as such so it becomes callable from EPL statements using the name specified.


Required Element Summary
 java.lang.String name
          Single-row function name for use in EPL statements.
 

Element Detail

name

public abstract java.lang.String name
Single-row function name for use in EPL statements.

Returns:
function name.

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