JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jctools.channels
Interface ChannelConsumer
All Known Implementing Classes:
MpscChannelConsumer
,
SpscChannelConsumer
public interface
ChannelConsumer
The consumer is the object which controls the reading of messages from a channel. Each consumer should only be assigned to a single thread.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
read
()
Read a message from the channel.
Method Detail
read
boolean read()
Read a message from the channel.
Returns:
true if a message was read, false otherwise
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method