Class ComposingReadableFrameChannel

java.lang.Object
org.apache.druid.frame.channel.ComposingReadableFrameChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ReadableFrameChannel

@NotThreadSafe public class ComposingReadableFrameChannel extends Object implements ReadableFrameChannel
A composed readable channel to read frames. The channel can encapsulate multiple readable channels in it and automatically switches to next channels once the currently read channel is finished.