Class AgentPlatformProperties.ScanningConfig

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getAnnotation() Whether to auto register beans with @Agent and @Agentic annotation
      final Unit setAnnotation(Boolean annotation) Whether to auto register beans with @Agent and @Agentic annotation
      final Boolean getBean() Whether to auto register as agents Spring beans of type Agent
      final Unit setBean(Boolean bean) Whether to auto register as agents Spring beans of type Agent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AgentPlatformProperties.ScanningConfig

        AgentPlatformProperties.ScanningConfig()
    • Method Detail

      • getAnnotation

         final Boolean getAnnotation()

        Whether to auto register beans with @Agent and @Agentic annotation

      • setAnnotation

         final Unit setAnnotation(Boolean annotation)

        Whether to auto register beans with @Agent and @Agentic annotation

      • getBean

         final Boolean getBean()

        Whether to auto register as agents Spring beans of type Agent

      • setBean

         final Unit setBean(Boolean bean)

        Whether to auto register as agents Spring beans of type Agent