AppDapr

data class AppDapr(val appId: String, val appPort: Int? = null, val appProtocol: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Dapr Application Identifier.

Link copied to clipboard
val appPort: Int? = null

The port which the application is listening on. This is the same as the ingress port.

Link copied to clipboard
val appProtocol: String? = null

The protocol for the app. Possible values include http and grpc. Defaults to http.