Uses of Interface
com.espertech.esper.runtime.client.EPRuntime
Packages that use 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
Methods in com.espertech.esper.runtime.client that return EPRuntimeModifier 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.Methods in com.espertech.esper.runtime.client with parameters of type EPRuntimeModifier 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
Methods in com.espertech.esper.runtime.client.plugin that return EPRuntimeModifier and TypeMethodDescriptionPluginLoaderInitContext.getRuntime()
Returns the runtimeloading the plugin.Constructors in com.espertech.esper.runtime.client.plugin with parameters of type EPRuntimeModifierConstructorDescriptionPluginLoaderInitContext
(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
Methods in com.espertech.esper.runtime.client.scopetest with parameters of type EPRuntimeModifier and TypeMethodDescriptionvoid
SupportUpdateListener.update
(EventBean[] newData, EventBean[] oldData, EPStatement statement, EPRuntime runtime) -
Uses of EPRuntime in com.espertech.esper.runtime.client.util
Methods in com.espertech.esper.runtime.client.util that return EPRuntimeMethods in com.espertech.esper.runtime.client.util with parameters of type EPRuntimeModifier and TypeMethodDescriptionvoid
AdapterSPI.setRuntime
(EPRuntime runtime) An adapter takes an runtime instance to process events.