getMetaData

fun BaseChannel.getMetaData(keys: Collection<String>, handler: ResultHandler<Map<String, String>>?)

Get meta data

Since

4.15.0

Parameters

keys

The keys of the meta data to get

handler

The handler for the result


suspend fun BaseChannel.getMetaData(keys: Collection<String>): Map<String, String>

Deprecated

As of 4.17.0, replaced with awaitGetMetaData(keys).

Replace with

awaitGetMetaData(keys)

Get meta data

Return

The meta data map

Since

4.15.0

Parameters

keys

The keys to get meta data