SwarmSpecDispatcher

@Serializable
data class SwarmSpecDispatcher(val heartbeatPeriod: Long? = null)

Dispatcher configuration.

Parameters

heartbeatPeriod

The delay for an agent to send a heartbeat to the dispatcher.

Constructors

Link copied to clipboard
constructor(heartbeatPeriod: Long? = null)

Properties

Link copied to clipboard
@SerialName(value = "HeartbeatPeriod")
val heartbeatPeriod: Long?