| Package | Description |
|---|---|
| software.amazon.awssdk.utils.async |
| Modifier and Type | Method and Description |
|---|---|
Optional<StoringSubscriber.Event<T>> |
StoringSubscriber.peek()
Check the first event stored in this subscriber.
|
Optional<StoringSubscriber.Event<T>> |
StoringSubscriber.poll()
Remove and return the first event stored in this subscriber.
|
Copyright © 2022. All rights reserved.