Class AgentScanningProperties

  • All Implemented Interfaces:

    @ConfigurationProperties(value = "embabel.agent.platform.scanning") 
    public final class AgentScanningProperties
    
                        

    Scanning configuration

    • 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 Boolean getBean() Whether to auto register agents from Agent beans
      • Methods inherited from class java.lang.Object

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

      • AgentScanningProperties

        AgentScanningProperties(Boolean annotation, Boolean bean)
    • Method Detail

      • getAnnotation

         final Boolean getAnnotation()

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

      • getBean

         final Boolean getBean()

        Whether to auto register agents from Agent beans