|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface EngineInitializer
For use with server environments that support dynamic engine initialization (enterprise edition server), indicates that this method should be called after the engine instance is initialized and the initial set of EPL statements have been deployed, for example to set up listeners and subscribers.
Apply this annotation to any method that accepts a single string parameter providing the engine name.
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |