public interface DataMessageSubscriber
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(long sessionId) |
void |
onNext(long sessionId,
ByteBuffer buffer) |
void |
onSubscription(org.reactivestreams.Subscription subscription) |
void onSubscription(org.reactivestreams.Subscription subscription)
void onNext(long sessionId,
ByteBuffer buffer)
void onComplete(long sessionId)
Copyright © 2015–2018. All rights reserved.