GetAppDapr

data class GetAppDapr(val appId: String, val appPort: Int, val appProtocol: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Dapr Application Identifier.

Link copied to clipboard

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

Link copied to clipboard

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