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

se.fortnox.reactivewizard.RequestHandler Maven / Gradle / Ivy

There is a newer version: 24.6.0
Show newest version
package se.fortnox.reactivewizard;

import org.reactivestreams.Publisher;
import reactor.netty.http.server.HttpServerRequest;
import reactor.netty.http.server.HttpServerResponse;

import java.util.function.BiFunction;

public interface RequestHandler extends BiFunction> {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy