Class PublisherListener.NotifyingPublisher<T>
java.lang.Object
software.amazon.awssdk.core.async.listener.PublisherListener.NotifyingPublisher<T>
- All Implemented Interfaces:
org.reactivestreams.Publisher<T>,SdkPublisher<T>
- Enclosing interface:
- PublisherListener<T>
@SdkInternalApi
public static final class PublisherListener.NotifyingPublisher<T>
extends Object
implements SdkPublisher<T>
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.core.async.SdkPublisher
addTrailingData, buffer, doAfterOnCancel, doAfterOnComplete, doAfterOnError, filter, filter, flatMapIterable, limit, map, subscribe
-
Method Details
-
subscribe
- Specified by:
subscribein interfaceorg.reactivestreams.Publisher<T>
-