Functions
Link copied to clipboard
fun startAsyncAgent(configFilename: String, exitOnMissingConfig: Boolean, logBanner: Boolean = true): EmbeddedAgentInfo
Starts an Agent on a background thread and returns immediately, suitable for embedding inside another JVM application.
Link copied to clipboard
Starts an Agent in the calling thread and blocks until shutdown.