Class PublisherListener.NoOpPublisherListener
- java.lang.Object
-
- software.amazon.awssdk.core.async.listener.PublisherListener.NoOpPublisherListener
-
- All Implemented Interfaces:
PublisherListener<Long>,SubscriberListener<Long>
- Enclosing interface:
- PublisherListener<T>
@SdkInternalApi public static final class PublisherListener.NoOpPublisherListener extends Object implements PublisherListener<Long>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.amazon.awssdk.core.async.listener.PublisherListener
PublisherListener.NoOpPublisherListener, PublisherListener.NotifyingPublisher<T>
-
Nested classes/interfaces inherited from interface software.amazon.awssdk.core.async.listener.SubscriberListener
SubscriberListener.NotifyingSubscriber<T>
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.async.listener.PublisherListener
publisherSubscribe
-
Methods inherited from interface software.amazon.awssdk.core.async.listener.SubscriberListener
subscriberOnComplete, subscriberOnError, subscriberOnNext, subscriptionCancel
-
-