public abstract class RejectableAltingChannelInput extends AltingChannelInput
Defines an interface for an input channel end that gives the reader the ability to reject instead of accepting pending data.
Type | Name and description |
---|---|
void |
reject() Reject any data pending instead of reading it. |
Methods inherited from class | Name |
---|---|
class AltingChannelInput |
pending |
class Guard |
schedule |