Interface MultipartBody

All Superinterfaces:
Publisher<CompletedPart>

public interface MultipartBody extends Publisher<CompletedPart>
Represents the body of a multipart request that emits each part after it is received in its entirety.
Since:
1.3.0
Author:
James Kleeh
  • Method Summary

    Methods inherited from interface org.reactivestreams.Publisher

    subscribe