Interface ScanDispatcher.DispatchParameters
- Enclosing interface:
- ScanDispatcher
public static interface ScanDispatcher.DispatchParameters
The method parameters for 
ScanDispatcher.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 SummaryModifier and TypeMethodDescription
- 
Method Details- 
getScanInfoScanInfo getScanInfo()- Returns:
- information about the scan to be dispatched.
 
- 
getScanExecutorsMap<String,ScanExecutor> getScanExecutors()- Returns:
- the currently configured scan executors
 
- 
getServiceEnvServiceEnvironment getServiceEnv()
 
-