Class ConcurrentTerminalSubscriber<T>

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

@Deprecated public final class ConcurrentTerminalSubscriber<T> extends Object implements PublisherSource.Subscriber<T>
Deprecated.
This internal class will be removed in the future releases without a replacement. If you depend on it, consider copying into your codebase.
A PublisherSource.Subscriber that allows for concurrent delivery of terminal events.