@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)
ReactiveClientResultTransformertransform in interface ReactiveClientResultTransformerpublisherResult - The publisher result that is an object that conforms to
                        Publishers.isConvertibleToPublisher(Class)