Class AgentScanningProperties
-
- All Implemented Interfaces:
@ConfigurationProperties(value = "embabel.agent.platform.scanning") public final class AgentScanningPropertiesScanning configuration
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanannotationprivate final Booleanbean
-
Constructor Summary
Constructors Constructor Description AgentScanningProperties(Boolean annotation, Boolean bean)
-
Method Summary
Modifier and Type Method Description final BooleangetAnnotation()Whether to auto register beans with @Agent and @Agentic annotation final BooleangetBean()Whether to auto register agents from Agent beans -
-
Method Detail
-
getAnnotation
final Boolean getAnnotation()
Whether to auto register beans with @Agent and @Agentic annotation
-
-
-
-