Click or drag to resize

FallbackContainer Class

This is a container that gets used in cases where no container is provided. It should be deprecated when we have identified that all 'static' usage cases have been eliminated. By default, the fallback container contains very barebones items.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.containerFallbackContainer

Namespace:  com.espertech.esper.container
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class FallbackContainer

The FallbackContainer type exposes the following members.

Constructors
  NameDescription
Public methodFallbackContainer
Initializes a new instance of the FallbackContainer class
Top
Properties
  NameDescription
Public propertyStatic memberInstance
Gets or sets the instance. Applications can set the fallback container if they want to.
Top
Methods
See Also