GrpcGatewayRouteMatch

An object that represents the criteria for determining a request match.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The gateway route host name to be matched on.

Link copied to clipboard

The gateway route metadata to be matched on.

Link copied to clipboard
val port: Int?

The gateway route port to be matched on.

Link copied to clipboard

The fully qualified domain name for the service to match from the request.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String