Companion

Functions

Link copied to clipboard

JVM entry point for the standalone Agent process.

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
fun startSyncAgent(args: Array<String>, exitOnMissingConfig: Boolean)

Starts an Agent in the calling thread and blocks until shutdown.