Interface AdapterSPI
- All Superinterfaces:
Adapter
An Adapter takes some external data, converts it into events, and sends it
into the runtime runtime.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the runtime instance.void
setRuntime
(EPRuntime runtime) An adapter takes an runtime instance to process events.
-
Method Details
-
setRuntime
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
-