Click or drag to resize

AdapterCoordinatorImpl Constructor (EPRuntime, Boolean, Boolean, Boolean)

Ctor.

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public AdapterCoordinatorImpl(
	EPRuntime runtime,
	bool usingEngineThread,
	bool usingExternalTimer,
	bool usingTimeSpanEvents
)

Parameters

runtime
Type: com.espertech.esper.runtime.clientEPRuntime
the EPRuntime for services and runtime
usingEngineThread
Type: SystemBoolean
true if the coordinator should set time by the scheduling service in the engine, false if it should set time externally through the calling thread
usingExternalTimer
Type: SystemBoolean
true to use esper's external timer mechanism instead of internal timing
usingTimeSpanEvents
Type: SystemBoolean

[Missing <param name="usingTimeSpanEvents"/> documentation for "M:com.espertech.esperio.AdapterCoordinatorImpl.#ctor(com.espertech.esper.runtime.client.EPRuntime,System.Boolean,System.Boolean,System.Boolean)"]

Exceptions
ExceptionCondition
ArgumentNullExceptionepService;epService cannot be null
ArgumentExceptionIllegal type of EPServiceProvider
See Also