Interface AiScanResult

All Known Implementing Classes:
ScanResult

public interface AiScanResult
Scan results interface contract.

Hosts the final or partially successful results of components scanned during the startup phase, as well as any abnormal information collected due to configuration issues. Allows the caller to decide whether to interrupt for contained errors or to use some of the scanned core assets regardless of the exception.

  • Method Details

    • getInvocationCache

      AgentInvocationCache<AiAgentFilter> getInvocationCache()
      get unified Agent Cache the registry.

      This is aispect-core One of the core assets submitted to the outside world after scanning. Hosts all scanned methods and corresponding proxy handlers (e.g. Unit / Graph)mapping relationship.

      Returns:
      Global scheduling cache of agent and node resources
    • hasErrors

      boolean hasErrors()
      Determine whether any configuration or parsing errors were found during the scan.
      Returns:
      Returns if there is at least one error true
    • getErrors

      List<String> getErrors()
      Get the complete error list information collected during the scan.
      Returns:
      Error message list