[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Use the configuration specified in the given application resource. The format of the resource is defined in esper-configuration-1.0.xsd.

The resource is found via getConfigurationInputStream(resource). That method can be overridden to implement an arbitrary lookup strategy.

See getResourceAsStream for information on how the resource name is resolved.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Function Configure ( _
	resource As String _
) As Configuration
C#
public virtual Configuration Configure (
	string resource
)
Visual C++
public:
virtual Configuration^ Configure (
	String^ resource
)

Parameters

resource
System.String
if the file name of the resource

Return Value

Configuration initialized from the resource