DynamicRoutingEngine constructor
- DynamicRoutingEngineOptions? options
Creates a new instance of this class.
optionsThe options defining the behavior of the DynamicRoutingEngine.
Throws InstantiationException. when the engine was not initialized properly.
Implementation
factory DynamicRoutingEngine(DynamicRoutingEngineOptions? options) => $prototype.$init(options);