vertx / io.vertx.reactivex.core / Context / put

put

open fun put(key: String, value: Any): Unit

Put some data in the context.

This can be used to share data between different handlers that share a context

Parameters

key - the key of the data

value - the data