public class ShardConsumerNotifyingSubscriber extends Object implements NotifyingSubscriber
| Constructor and Description |
|---|
ShardConsumerNotifyingSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<RecordsRetrieved> |
getDelegateSubscriber()
Return the actual subscriber to which the events needs to be delegated.
|
RecordsDeliveryAck |
getRecordsDeliveryAck(RecordsRetrieved recordsRetrieved)
Construct RecordsDeliveryAck object from the incoming data and return it
|
RecordsPublisher |
getRecordsPublisher()
Return the publisher to be notified
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonComplete, onError, onNext, onSubscribepublic org.reactivestreams.Subscriber<RecordsRetrieved> getDelegateSubscriber()
NotifyingSubscribergetDelegateSubscriber in interface NotifyingSubscriberpublic RecordsPublisher getRecordsPublisher()
NotifyingSubscribergetRecordsPublisher in interface NotifyingSubscriberpublic RecordsDeliveryAck getRecordsDeliveryAck(RecordsRetrieved recordsRetrieved)
NotifyingSubscribergetRecordsDeliveryAck in interface NotifyingSubscriberrecordsRetrieved - for which we need the ack.Copyright © 2023. All rights reserved.