TaskControllerMonitorConfig

data class TaskControllerMonitorConfig(val actorsNet: ActorsNetConfig, val taskControllerActor: String, val taskControllerUrl: String, val iamAliveMsgPeriod: Int, val takeWorkAfterSlow: Int, val takeWorkAfterFast: Int, val httpRequestTimeoutMs: Long = TasksRestClient.DEFAULT_REQUEST_TIMEOUT.toMillis(), val cancelTaskTimeoutMs: Long = DEFAULT_CANCEL_TASK_TIMEOUT.toMillis())

Constructors

Link copied to clipboard
constructor(actorsNet: ActorsNetConfig, taskControllerActor: String, taskControllerUrl: String, iamAliveMsgPeriod: Int, takeWorkAfterSlow: Int, takeWorkAfterFast: Int, httpRequestTimeoutMs: Long = TasksRestClient.DEFAULT_REQUEST_TIMEOUT.toMillis(), cancelTaskTimeoutMs: Long = DEFAULT_CANCEL_TASK_TIMEOUT.toMillis())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard