Uses of Interface
com.espertech.esper.runtime.client.EPRuntime
Package
Description
Runtime API: Runs compiled EPL.
Plug-in loaders follow runtime lifecycle and typically are for providing simple adapters or other integrations.
Runtime-related classes for facilitating automated regression testing.
Adapter shared classes.
-
Uses of EPRuntime in com.espertech.esper.runtime.client
Modifier and TypeMethodDescriptionstatic EPRuntime
EPRuntimeProvider.getDefaultRuntime()
Returns the runtime for the default URI.static EPRuntime
EPRuntimeProvider.getDefaultRuntime
(Configuration configuration) Returns the default runtime.static EPRuntime
EPRuntimeProvider.getDefaultRuntime
(Configuration configuration, EPRuntimeOptions options) Returns the default runtime.static EPRuntime
EPRuntimeProvider.getExistingRuntime
(String uri) Returns an existing runtime.static EPRuntime
EPRuntimeProvider.getRuntime
(String uri) Returns a runtime for a given runtime URI.static EPRuntime
EPRuntimeProvider.getRuntime
(String uri, Configuration configuration) Returns a runtime for a given URI.static EPRuntime
EPRuntimeProvider.getRuntime
(String uri, Configuration configuration, EPRuntimeOptions options) Returns a runtime for a given URI.Modifier and TypeMethodDescriptionvoid
EPRuntimeStateListener.onEPRuntimeDestroyRequested
(EPRuntime runtime) Invoked before anEPRuntime
is destroyed.void
EPRuntimeStateListener.onEPRuntimeInitialized
(EPRuntime runtime) Invoked after an existingEPRuntime
is initialized upon completion of a call to initialize.void
UpdateListener.update
(EventBean[] newEvents, EventBean[] oldEvents, EPStatement statement, EPRuntime runtime) Notify that new events are available or old events are removed. -
Uses of EPRuntime in com.espertech.esper.runtime.client.plugin
Modifier and TypeMethodDescriptionPluginLoaderInitContext.getRuntime()
Returns the runtimeloading the plugin.ModifierConstructorDescriptionPluginLoaderInitContext
(String name, Properties properties, String configXml, EPRuntime runtime) Initialization context for use with the adapter loader. -
Uses of EPRuntime in com.espertech.esper.runtime.client.scopetest
Modifier and TypeMethodDescriptionvoid
SupportUpdateListener.update
(EventBean[] newData, EventBean[] oldData, EPStatement statement, EPRuntime runtime) -
Uses of EPRuntime in com.espertech.esper.runtime.client.util
Modifier and TypeMethodDescriptionvoid
AdapterSPI.setRuntime
(EPRuntime runtime) An adapter takes an runtime instance to process events.