Frontend Response
data class FrontendResponse(val replicas: Int, val temporaryResourceLimits: TemporaryResourceLimitsConfigResponse? = null, val workers: Int? = null)
Desired properties of the Frontend Instances of the DMQTT Broker
Constructors
Link copied to clipboard
constructor(replicas: Int, temporaryResourceLimits: TemporaryResourceLimitsConfigResponse? = null, workers: Int? = null)