CommandBrokerConfig

@Serializable
data class CommandBrokerConfig(var workingDirectory: String, var command: List<String>, var address: String? = null)

Configuration for the CommandBroker

Constructors

Link copied to clipboard
constructor(workingDirectory: String, command: List<String>, address: String? = null)

Properties

Link copied to clipboard

The address to bind to (if using dynamic registration)

Link copied to clipboard

The command to run

Link copied to clipboard

The working directory to run the command in