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

com.zandero.rest.writer.VertxResponseWriter Maven / Gradle / Ivy

The newest version!
package com.zandero.rest.writer;

import io.vertx.core.http.*;

/**
 *
 */
public class VertxResponseWriter implements HttpResponseWriter {

    @Override
    public void write(T result, HttpServerRequest request, HttpServerResponse response) {

        // placeholder, nothing to do ...
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy