Interface ScanDispatcher.DispatchParameters
- All Known Subinterfaces:
ScanDispatcher.DispatchParmaters
- 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 Summary
Modifier and TypeMethodDescription
-
Method Details
-
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()
-