Class NoopSubscribers
java.lang.Object
io.servicetalk.concurrent.internal.NoopSubscribers
Utility instances for Subscribers which don't do anything on events.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PublisherSource.Subscriber<Object>
An instance of aPublisherSource.Subscriber
that doesn't handle any events. -
Method Summary
-
Field Details
-
NOOP_PUBLISHER_SUBSCRIBER
An instance of aPublisherSource.Subscriber
that doesn't handle any events.
-