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

reactivefeign.client.ReactiveHttpClient Maven / Gradle / Ivy

package reactivefeign.client;

import org.reactivestreams.Publisher;
import reactor.core.publisher.Mono;

public interface ReactiveHttpClient

> { Mono> executeRequest(ReactiveHttpRequest request); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy