public class BufferedContentSubscriber extends Object implements org.reactivestreams.Subscriber<ByteBuffer>
| Constructor and Description |
|---|
BufferedContentSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
void |
onComplete() |
void |
onError(Throwable throwable) |
void |
onNext(ByteBuffer byteBuffer) |
void |
onSubscribe(org.reactivestreams.Subscription newSubscription) |
public void onSubscribe(org.reactivestreams.Subscription newSubscription)
onSubscribe in interface org.reactivestreams.Subscriber<ByteBuffer>public void onNext(ByteBuffer byteBuffer)
onNext in interface org.reactivestreams.Subscriber<ByteBuffer>public void onError(Throwable throwable)
onError in interface org.reactivestreams.Subscriber<ByteBuffer>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<ByteBuffer>public byte[] getContent()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.