public class InMemoryPublisher extends Object implements org.reactivestreams.Publisher<ByteBuffer>
| Constructor and Description |
|---|
InMemoryPublisher(List<ByteBuffer> data) |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> s) |
public InMemoryPublisher(List<ByteBuffer> data)
public void subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> s)
subscribe in interface org.reactivestreams.Publisher<ByteBuffer>Copyright © 2023. All rights reserved.