JarBrokerConfig

@Serializable
data class JarBrokerConfig(var workingDirectory: String, var address: String? = null, var jarFile: String, var javaFlags: List<String> = emptyList(), var flags: List<String> = emptyList())

Configuration for a jar broker

Constructors

Link copied to clipboard
constructor(workingDirectory: String, address: String? = null, jarFile: String, javaFlags: List<String> = emptyList(), flags: List<String> = emptyList())

Properties

Link copied to clipboard

The address to bind the server to if using dynamic registration

Link copied to clipboard

Flags to pass to the jar process

Link copied to clipboard

The jar file to run

Link copied to clipboard

Flags to pass to the JVM

Link copied to clipboard

The working directory to run the jar in