net.esper.core
Interface ExtensionServicesContext


public interface ExtensionServicesContext

Marker interface for extension services that provide additional engine or statement-level extensions, such as views backed by a write-behind store.


Method Summary
 void destroy()
          Invoked to destroy the extension services, when an existing engine is initialized.
 

Method Detail

destroy

void destroy()
Invoked to destroy the extension services, when an existing engine is initialized.