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

org.datafx.crud.rest.RequestDataHandler Maven / Gradle / Ivy

The newest version!
package org.datafx.crud.rest;

import java.io.OutputStream;

@FunctionalInterface
public interface RequestDataHandler {

    void writeData(S data, OutputStream out);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy