Class LatestValueSubscriber<T>

java.lang.Object
io.servicetalk.concurrent.internal.LatestValueSubscriber<T>
Type Parameters:
T - The type of data.
All Implemented Interfaces:
PublisherSource.Subscriber<T>

@Deprecated public final class LatestValueSubscriber<T> extends Object implements PublisherSource.Subscriber<T>
Deprecated.
This class is no longer used by ServiceTalk and will be removed in the future releases. If you depend on it, consider copying into your codebase.
A PublisherSource.Subscriber which makes the latest value from onNext(Object) available outside the context of the PublisherSource.Subscriber.