vertx / io.vertx.reactivex.core / Context / get

get

open fun <T : Any> get(key: String): T

Get some data from the context.

Parameters

key - the key of the data

Return
the data