Interface ScanDispatcher.DispatchParameters
-
- All Known Subinterfaces:
ScanDispatcher.DispatchParmaters
- Enclosing interface:
- ScanDispatcher
public static interface ScanDispatcher.DispatchParametersThe method parameters forScanDispatcher.dispatch(DispatchParameters). This interface exists so the API can evolve and additional parameters can be passed to the method in the future.- Since:
- 2.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,ScanExecutor>getScanExecutors()ScanInfogetScanInfo()ServiceEnvironmentgetServiceEnv()
-
-
-
Method Detail
-
getScanInfo
ScanInfo getScanInfo()
- Returns:
- information about the scan to be dispatched.
-
getScanExecutors
Map<String,ScanExecutor> getScanExecutors()
- Returns:
- the currently configured scan executors
-
getServiceEnv
ServiceEnvironment getServiceEnv()
-
-