Class AgentPlatformProperties.ScanningConfig
-
- All Implemented Interfaces:
public final class AgentPlatformProperties.ScanningConfigAgent scanning configuration
-
-
Field Summary
Fields Modifier and Type Field Description private Booleanannotationprivate Booleanbean
-
Constructor Summary
Constructors Constructor Description AgentPlatformProperties.ScanningConfig()
-
Method Summary
Modifier and Type Method Description final BooleangetAnnotation()Whether to auto register beans with @Agent and @Agentic annotation final UnitsetAnnotation(Boolean annotation)Whether to auto register beans with @Agent and @Agentic annotation final BooleangetBean()Whether to auto register as agents Spring beans of type Agent final UnitsetBean(Boolean bean)Whether to auto register as agents Spring beans of type Agent -
-
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
-
-
-
-