- All Superinterfaces:
 
- org.reactivestreams.Publisher<CompletedPart>
 
public interface MultipartBody
extends org.reactivestreams.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