Click or drag to resize

ConfigurationCompilerAddPlugInPatternObserver Method

Add a pattern event observer for plug-in.

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddPlugInPatternObserver(
	string namespace,
	string name,
	string observerForgeClass
)

Parameters

namespace
Type: SystemString
is the namespace the observer should be available under
name
Type: SystemString
is the name of the observer
observerForgeClass
Type: SystemString
is the observer forge class to use
See Also