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 InjectableComponent
Copyright © 2021 JBoss by Red Hat. All rights reserved.