E - element typepublic interface ChannelProducer<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
claim()
Attempt to claim the next element in the channel.
|
boolean |
commit() |
E |
currentElement()
Gets the flyweight to write via.
|
boolean claim()
this#commit()E currentElement()
boolean commit()
this#claim()