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

reactivefeign.client.ReactiveHttpResponseMapper Maven / Gradle / Ivy

package reactivefeign.client;

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

import java.util.function.Function;

public interface ReactiveHttpResponseMapper

> extends Function, Mono>> { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy