| Package | Description |
|---|---|
| software.amazon.kinesis.lifecycle | |
| software.amazon.kinesis.retrieval | |
| software.amazon.kinesis.retrieval.fanout | |
| software.amazon.kinesis.retrieval.polling |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Subscriber<RecordsRetrieved> |
NotifyingSubscriber.getDelegateSubscriber()
Return the actual subscriber to which the events needs to be delegated.
|
org.reactivestreams.Subscriber<RecordsRetrieved> |
ShardConsumerNotifyingSubscriber.getDelegateSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
RecordsDeliveryAck |
NotifyingSubscriber.getRecordsDeliveryAck(RecordsRetrieved recordsRetrieved)
Construct RecordsDeliveryAck object from the incoming data and return it
|
RecordsDeliveryAck |
ShardConsumerNotifyingSubscriber.getRecordsDeliveryAck(RecordsRetrieved recordsRetrieved) |
default void |
NotifyingSubscriber.onNext(RecordsRetrieved recordsRetrieved) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordsPublisher.restartFrom(RecordsRetrieved recordsRetrieved)
Restart from the last accepted and processed
|
| Modifier and Type | Method and Description |
|---|---|
void |
FanOutRecordsPublisher.restartFrom(RecordsRetrieved recordsRetrieved) |
| Modifier and Type | Method and Description |
|---|---|
void |
FanOutRecordsPublisher.subscribe(org.reactivestreams.Subscriber<? super RecordsRetrieved> s) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockingRecordsPublisher.restartFrom(RecordsRetrieved recordsRetrieved) |
void |
PrefetchRecordsPublisher.restartFrom(RecordsRetrieved recordsRetrieved) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockingRecordsPublisher.subscribe(org.reactivestreams.Subscriber<? super RecordsRetrieved> s) |
void |
PrefetchRecordsPublisher.subscribe(org.reactivestreams.Subscriber<? super RecordsRetrieved> s) |
Copyright © 2025. All rights reserved.