All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudfoundry.reactor._HttpClientResponseWithParsedBody Maven / Gradle / Ivy

The newest version!
package org.cloudfoundry.reactor;

import java.util.Optional;

import org.immutables.value.Value;

import reactor.netty.http.client.HttpClientResponse;

@Value.Immutable
public interface _HttpClientResponseWithParsedBody {

    @Value.Parameter
    Optional getBody();

    @Value.Parameter
    HttpClientResponse getResponse();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy