GrpcRouteMatch

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

An object that represents the data to match from the request.

Link copied to clipboard

The method name to match from the request. If you specify a name, you must also specify a serviceName.

Link copied to clipboard
val port: Int?

The port number to match on.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: GrpcRouteMatch.Builder.() -> Unit = {}): GrpcRouteMatch
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