R - public final class CacheStreamIntermediateReducer<R> extends Object implements Function<org.reactivestreams.Publisher<Object>,CompletionStage<R>>, InjectableComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheStreamIntermediateReducer.ReducerExternalizer |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<R> |
apply(org.reactivestreams.Publisher<Object> objectPublisher) |
void |
inject(ComponentRegistry registry) |
public CompletionStage<R> apply(org.reactivestreams.Publisher<Object> objectPublisher)
apply in interface Function<org.reactivestreams.Publisher<Object>,CompletionStage<R>>public void inject(ComponentRegistry registry)
inject in interface InjectableComponentCopyright © 2022 JBoss by Red Hat. All rights reserved.