| Package | Description |
|---|---|
| org.jctools.channels | |
| org.jctools.channels.mpsc | |
| org.jctools.channels.spsc |
| Modifier and Type | Method and Description |
|---|---|
ChannelConsumer |
Channel.consumer(ChannelReceiver<E> callback) |
| Modifier and Type | Class and Description |
|---|---|
class |
MpscChannelConsumer<E>
Package Scoped: not part of public API.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelConsumer |
MpscChannel.consumer(ChannelReceiver<E> receiver) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpscChannelConsumer<E>
Package Scoped: not part of public API.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelConsumer |
SpscChannel.consumer(ChannelReceiver<E> receiver) |