Interface MultipartBody

  • All Superinterfaces:
    org.reactivestreams.Publisher<io.micronaut.http.multipart.CompletedPart>

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

      • Methods inherited from interface org.reactivestreams.Publisher

        subscribe