vertx / io.vertx.rxjava.ext.cluster.infinispan / InfinispanAsyncMap / keyStream

keyStream

open fun keyStream(): ReadStream<K>

Get the keys of the map as a .

The stream will be automatically closed if it fails or ends. Otherwise you must set a null after usage to avoid leaking resources.

Return
a stream of map keys