@Singleton @Requires(classes=reactor.core.publisher.Mono.class) @Internal public class ReactorReactiveClientResultTransformer extends Object implements ReactiveClientResultTransformer
Mono
to handle NOT_FOUND results.Constructor and Description |
---|
ReactorReactiveClientResultTransformer() |
Modifier and Type | Method and Description |
---|---|
Object |
transform(Object publisherResult)
Transform the publisher result.
|
public ReactorReactiveClientResultTransformer()
public Object transform(Object publisherResult)
ReactiveClientResultTransformer
transform
in interface ReactiveClientResultTransformer
publisherResult
- The publisher result that is an object that conforms to
Publishers.isConvertibleToPublisher(Class)