Defines an interface for a channel that allows readers to either accept (read
) or
reject
data offered by the writer.
Type | Name and description |
---|---|
RejectableChannelInput |
in() |
RejectableChannelOutput |
out() |