Class ReadableByteChannelPublisher

java.lang.Object
io.helidon.media.common.ReadableByteChannelPublisher
All Implemented Interfaces:
Flow.Publisher<DataChunk>

@Deprecated(since="2.0.0", forRemoval=true) public class ReadableByteChannelPublisher extends Object implements Flow.Publisher<DataChunk>
Deprecated, for removal: This API element is subject to removal in a future version.
Publish a channel content to a single subscriber. If channel doesn't offer data, then it is requested again after some period defined be retry schema.

Only first subscriber is accepted.