Interface RequestEngineOptions


public interface RequestEngineOptions
Engine-level options for a RequestExecutionEngine run: the dashboard task name and the ResourcePool it draws on for concurrency, throttle and retries. The per-request timeout is given when the run is started, on RequestExecutionEngine.sendAll().

Instances are immutable; each withX method returns a new options value.