]
Ryan Emerson resolved ISPN-9813.
--------------------------------
Fix Version/s: 10.0.0.Beta4
(was: 10.0.0.Final)
Resolution: Done
Convert DistributedStreams to use Distributed Publisher for single
response
---------------------------------------------------------------------------
Key: ISPN-9813
URL:
https://issues.jboss.org/browse/ISPN-9813
Project: Infinispan
Issue Type: Sub-task
Components: Publisher, Streams
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 10.0.0.Beta4
After ISPN-9811 is complete, we should be able to easily convert the existing
DistributedCacheStream and friends to Publisher instead. This JIRA is to handle the
terminal operations that return a single result (ie. Stream#count, Stream#collect,
Stream#toArray, Stream#min, Stream#findAny etc.)