Package io.activej.csp.consumer.impl
Class Recycling<T extends io.activej.common.recycle.Recyclable>
java.lang.Object
io.activej.reactor.AbstractReactive
io.activej.reactor.ImplicitlyReactive
io.activej.async.process.AbstractAsyncCloseable
io.activej.csp.consumer.AbstractChannelConsumer<T>
io.activej.csp.consumer.impl.Recycling<T>
- All Implemented Interfaces:
io.activej.async.process.AsyncCloseable,ChannelConsumer<T>,io.activej.reactor.Reactive
public final class Recycling<T extends io.activej.common.recycle.Recyclable>
extends AbstractChannelConsumer<T>
-
Field Summary
Fields inherited from class io.activej.reactor.AbstractReactive
reactorFields inherited from interface io.activej.async.process.AsyncCloseable
STATIC -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.activej.csp.consumer.AbstractChannelConsumer
acceptMethods inherited from class io.activej.async.process.AbstractAsyncCloseable
closeEx, doSanitize, getCloseable, getException, isClosed, onCleanup, onClosed, sanitize, setCloseableMethods inherited from class io.activej.reactor.AbstractReactive
getReactorMethods 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.consumer.ChannelConsumer
acceptAll, acceptAll, acceptAll, acceptEndOfStream, async, filter, map, mapAsync, peek, transformWith, withAcknowledgement, withExecutor
-
Constructor Details
-
Recycling
public Recycling()
-
-
Method Details
-
doAccept
- Specified by:
doAcceptin classAbstractChannelConsumer<T extends io.activej.common.recycle.Recyclable>
-