Add javadoc to clarify usage of this class

This commit is contained in:
Johan Vandeweerd 2019-05-15 09:54:34 +02:00 committed by Tyler Benson
parent e4560ba50f
commit f5f8fe1c96
1 changed files with 1 additions and 0 deletions

View File

@ -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;