Uses of Class
software.amazon.awssdk.utils.async.StoringSubscriber.Event
-
Packages that use StoringSubscriber.Event Package Description software.amazon.awssdk.utils.async -
-
Uses of StoringSubscriber.Event in software.amazon.awssdk.utils.async
Methods in software.amazon.awssdk.utils.async that return types with arguments of type StoringSubscriber.Event Modifier and Type Method 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.
-