
net.eusashead.parquet.http.handler.PatchRequestHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parquet-web Show documentation
Show all versions of parquet-web Show documentation
Parquet is a Java REST framework built on Yoke and Vert.x
The newest version!
package net.eusashead.parquet.http.handler;
import org.vertx.java.core.Handler;
import net.eusashead.parquet.http.request.PatchRequest;
import net.eusashead.parquet.http.response.ResponseException;
public interface PatchRequestHandler extends RequestHandler {
void handle(PatchRequest request, Handler
© 2015 - 2025 Weber Informatics LLC | Privacy Policy