![]() | ModuleOrderOptions Class |
Namespace: com.espertech.esper.common.client.module
[SerializableAttribute] public class ModuleOrderOptions
The ModuleOrderOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ModuleOrderOptions | Initializes a new instance of the ModuleOrderOptions class |
Name | Description | |
---|---|---|
![]() | IsCheckCircularDependency |
Returns true (the default) to indicate that the algorithm checks for circular dependencies among the
uses-dependency graph,
or false to not perform this check.
|
![]() | IsCheckUses |
Returns true (the default) to cause the algorithm to check uses-dependencies ensuring all dependencies are
satisfied i.e.
all dependent modules are either deployed or are part of the modules passed in, or false to not perform the
checking.
|