plusAssign

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

How to configure

Merges all entries from other metadata into this metadata using the += operator.

This is an alias for merge that allows idiomatic Kotlin usage.

Parameters

other

the metadata to merge into this metadata

See also