Interface AdapterSPI

All Superinterfaces:
Adapter

public interface AdapterSPI extends Adapter
An Adapter takes some external data, converts it into events, and sends it into the runtime runtime.
  • Method Details

    • setRuntime

      void setRuntime(EPRuntime runtime)
      An adapter takes an runtime instance to process events.
      Parameters:
      runtime - is the service instance for the adapter.
    • getRuntime

      EPRuntime getRuntime()
      Returns the runtime instance.
      Returns:
      runtime