Class CacheStreamIntermediateReducer<R>

java.lang.Object
org.infinispan.stream.impl.CacheStreamIntermediateReducer<R>
Type Parameters:
R -
All Implemented Interfaces:
Function<org.reactivestreams.Publisher<Object>,CompletionStage<R>>, org.infinispan.commands.functional.functions.InjectableComponent

public final class CacheStreamIntermediateReducer<R> extends Object implements Function<org.reactivestreams.Publisher<Object>,CompletionStage<R>>, org.infinispan.commands.functional.functions.InjectableComponent
Reducer implementation for Distributed Publisher that converts between CacheStream operations to an appropriate Reducer
  • Method Details