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


public @interface ExternalDWListener

Annotation for configuring external data window listeners.


Optional Element Summary
 int numThreads
          Returns indicator the number of listener threads.
 boolean threaded
          Returns indicator whether a listener thread is required or not.
 

threaded

public abstract boolean threaded
Returns indicator whether a listener thread is required or not.

Returns:
indicator
Default:
true

numThreads

public abstract int numThreads
Returns indicator the number of listener threads.

Returns:
number of threads
Default:
1

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