DaprResponse

data class DaprResponse(val appId: String? = null, val appPort: Int? = null, val appProtocol: String? = null, val enabled: Boolean? = null)

Container App Dapr configuration.

Constructors

Link copied to clipboard
constructor(appId: String? = null, appPort: Int? = null, appProtocol: String? = null, enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appId: String? = null

Dapr application identifier

Link copied to clipboard
val appPort: Int? = null

Tells Dapr which port your application is listening on

Link copied to clipboard
val appProtocol: String? = null

Tells Dapr which protocol your application is using. Valid options are http and grpc. Default is http

Link copied to clipboard
val enabled: Boolean? = null

Boolean indicating if the Dapr side car is enabled