Package io.activej.csp
Class RecyclingChannelConsumer<T extends io.activej.common.recycle.Recyclable>
java.lang.Object
io.activej.async.process.AbstractAsyncCloseable
io.activej.csp.AbstractChannelConsumer<T>
io.activej.csp.RecyclingChannelConsumer<T>
- All Implemented Interfaces:
io.activej.async.process.AsyncCloseable,ChannelConsumer<T>
public final class RecyclingChannelConsumer<T extends io.activej.common.recycle.Recyclable>
extends AbstractChannelConsumer<T>
-
Field Summary
Fields inherited from class io.activej.csp.AbstractChannelConsumer
CHECKFields inherited from class io.activej.async.process.AbstractAsyncCloseable
eventloopFields inherited from interface io.activej.async.process.AsyncCloseable
STATIC -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.activej.csp.AbstractChannelConsumer
acceptMethods inherited from class io.activej.async.process.AbstractAsyncCloseable
closeEx, doSanitize, getException, isClosed, onCleanup, onClosed, sanitize, setCloseableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.activej.async.process.AsyncCloseable
close, closeExMethods inherited from interface io.activej.csp.ChannelConsumer
acceptAll, acceptAll, acceptAll, acceptEndOfStream, async, filter, map, mapAsync, peek, transformWith, withAcknowledgement, withExecutor
-
Constructor Details
-
RecyclingChannelConsumer
public RecyclingChannelConsumer()
-
-
Method Details
-
doAccept
- Specified by:
doAcceptin classAbstractChannelConsumer<T extends io.activej.common.recycle.Recyclable>
-