vertx / io.vertx.ext.cluster.infinispan / InfinispanAsyncMap / entryStream

entryStream

abstract fun entryStream(): ReadStream<MutableEntry<K, V>>

Get the entries of the map as a ReadStream.

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

Return
a stream of map entries