AgentScanningProperties

data class AgentScanningProperties(val annotation: Boolean = true, val bean: Boolean = false)

Scanning configuration

Parameters

annotation

whether to auto register beans with

bean

whether to auto register agents from Agent beans

See also

Constructors

Link copied to clipboard
constructor(annotation: Boolean = true, bean: Boolean = false)

Properties

Link copied to clipboard
val annotation: Boolean = true
Link copied to clipboard
val bean: Boolean = false