Add javadoc to clarify usage of this class
This commit is contained in:
parent
e4560ba50f
commit
f5f8fe1c96
|
@ -13,6 +13,7 @@ import reactor.core.publisher.Flux;
|
|||
import reactor.core.publisher.Mono;
|
||||
import reactor.util.context.Context;
|
||||
|
||||
/** Wrapper class for ClientResponse that adds Context to the body Publisher */
|
||||
public class ClientResponseWrapper implements ClientResponse {
|
||||
|
||||
private final ClientResponse clientResponse;
|
||||
|
|
Loading…
Reference in New Issue