net.esper.adapter
Interface AdapterLoader


public interface AdapterLoader

Interface for loaders of input/output adapters.


Method Summary
 void destroy()
           
 void init(String name, Properties properties, EPServiceProviderSPI epService)
          Initializes the adapter loader.
 

Method Detail

init

void init(String name,
          Properties properties,
          EPServiceProviderSPI epService)
Initializes the adapter loader.

Parameters:
name - is the loader name
properties - is a set of properties from the configuration
epService - is the SPI of the engine itself for sending events to

destroy

void destroy()