O - Where to write errorChannel to.P - Where to read errorChannel from.T - The return type.public interface ErrorChannelable<O,P,T>
| Modifier and Type | Method and Description |
|---|---|
T |
readingErrorChannel(P in) |
T |
redirectingErrorChannel() |
T |
writingErrorChannel(O in) |
Copyright © 2015–2021 Red Hat. All rights reserved.