GrpcMetadataKey

Available in a dev version: 0․11․0-grpc-186

How to configure

expect constructor(name: String, marshaller: GrpcMarshaller<T>)(source)

Parameters

name

the key name (case-insensitive). Must contain only digits (0-9), lowercase letters (a-z), and special characters (-, _, .). Binary keys must end with -bin.

marshaller

the marshaller used to encode and decode values of type T

Type Parameters

T

the type of values associated with this key

actual constructor(name: String, marshaller: GrpcMarshaller<T>)(source)

Parameters

name

the key name (case-insensitive). Must contain only digits (0-9), lowercase letters (a-z), and special characters (-, _, .). Binary keys must end with -bin.

marshaller

the marshaller used to encode and decode values of type T

Type Parameters

T

the type of values associated with this key

actual constructor(name: String, marshaller: GrpcMarshaller<T>)(source)

Parameters

name

the key name (case-insensitive). Must contain only digits (0-9), lowercase letters (a-z), and special characters (-, _, .). Binary keys must end with -bin.

marshaller

the marshaller used to encode and decode values of type T

Type Parameters

T

the type of values associated with this key