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

io.descoped.dc.api.http.BodyHandler Maven / Gradle / Ivy

The newest version!
package io.descoped.dc.api.http;

import java.nio.ByteBuffer;
import java.util.List;
import java.util.concurrent.Flow;

public interface BodyHandler extends Flow.Subscriber> {

    /**
     * Body outcome
     *
     * @return whatever outcome that was processed by the subscriber
     */
    T body();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy