Package org.infinispan.api.async
Interface AsyncQueryResult<R>
- All Superinterfaces:
AutoCloseable
- Since:
- 14.0
-
Method Details
-
hitCount
OptionalLong hitCount() -
results
Flow.Publisher<R> results() -
close
void close()- Specified by:
closein interfaceAutoCloseable
-