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


public @interface Hook

Use this annotation to install a statement-specific hook or callback at time of statement creation. See HookType to the types of hooks that may be installed.


Required Element Summary
 java.lang.String hook
          Returns the simple class name (using imports) or fully-qualified class name of the hook.
 HookType type
          Returns hook type.
 

Element Detail

hook

public abstract java.lang.String hook
Returns the simple class name (using imports) or fully-qualified class name of the hook.

Returns:
class name

type

public abstract HookType type
Returns hook type.

Returns:
hook type

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