Class SourceWrappers.PublisherSource<T>

java.lang.Object
io.servicetalk.concurrent.api.Publisher<T>
io.servicetalk.concurrent.api.internal.SubscribablePublisher<T>
io.servicetalk.http.router.jersey.internal.SourceWrappers.PublisherSource<T>
Type Parameters:
T - Type of items emitted.
All Implemented Interfaces:
PublisherSource<T>, Source
Enclosing class:
SourceWrappers

public static final class SourceWrappers.PublisherSource<T> extends SubscribablePublisher<T> implements Source
A Publisher that is also a Source.