Interface ScanDispatcher.DispatchParmaters

  • Enclosing interface:
    ScanDispatcher

    public static interface ScanDispatcher.DispatchParmaters
    The method parameters for ScanDispatcher.dispatch(DispatchParmaters). This interface exists so the API can evolve and additional parameters can be passed to the method in the future.
    Since:
    2.0.0
    • Method Detail

      • getScanInfo

        ScanInfo getScanInfo()
        Returns:
        information about the scan to be dispatched.
      • getScanExecutors

        Map<String,​ScanExecutor> getScanExecutors()
        Returns:
        the currently configured scan executors