Interface TtyExecErrorChannelable<X,​O,​P,​T>

Type Parameters:
X - The exec input.
O - Where to write err channel to.
P - Where to read err channel from.
T - The exec output.
All Superinterfaces:
ErrorChannelable<O,​P,​TtyExecable<X,​T>>, Execable<X,​T>, ExecListenable<X,​T>, Listenable<Execable<X,​T>,​ExecListener>, Ttyable<ExecListenable<X,​T>>, TtyExecable<X,​T>
All Known Subinterfaces:
ContainerResource<S,​W,​I,​PI,​O,​PO,​X,​T,​B,​IS,​UB>, PodResource<T,​D>, TtyExecErrorable<X,​O,​P,​T>, TtyExecInputOutputErrorable<X,​O,​PO,​I,​PI,​T>, TtyExecOutputErrorable<X,​O,​P,​T>
All Known Implementing Classes:
PodOperationsImpl

public interface TtyExecErrorChannelable<X,​O,​P,​T>
extends TtyExecable<X,​T>, ErrorChannelable<O,​P,​TtyExecable<X,​T>>