GatewayRouteSpecGrpcRouteMatch

data class GatewayRouteSpecGrpcRouteMatch(val port: Int? = null, val serviceName: String)

Constructors

Link copied to clipboard
constructor(port: Int? = null, serviceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int? = null

The port number to match from the request.

Link copied to clipboard

Fully qualified domain name for the service to match from the request.