Class QueueingRecyclerFactory
- java.lang.Object
-
- org.apache.logging.log4j.layout.template.json.util.QueueingRecyclerFactory
-
- All Implemented Interfaces:
RecyclerFactory
public class QueueingRecyclerFactory extends Object implements RecyclerFactory
-
-
Constructor Summary
Constructors Constructor Description QueueingRecyclerFactory(Supplier<Queue<Object>> queueSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> Recycler<V>
create(Supplier<V> supplier, Consumer<V> cleaner)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.logging.log4j.layout.template.json.util.RecyclerFactory
create
-
-