Click or drag to resize

EPRuntimeContext Property

Provides naming context for public named objects.

An extension point designed for use by input and output adapters as well as other extension services.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
INamingContext Context { get; }

Property Value

Type: INamingContext
naming context providing name-to-object bindings
See Also