- java.lang.Object
-
- org.mule.extension.s3.internal.connection.adapter.StreamingContentSubscriber
-
- All Implemented Interfaces:
- org.reactivestreams.Subscriber<ByteBuffer>
public class StreamingContentSubscriber
extends Object
implements org.reactivestreams.Subscriber<ByteBuffer>
Subscriber that consumes ByteBuffers and pipes them directly into an InputStream that
can be immediately read.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onComplete
public void onComplete()
- Specified by:
onComplete in interface org.reactivestreams.Subscriber<ByteBuffer>
Copyright © 2025 MuleSoft, Inc.. All rights reserved.