Class ThreadContextBatchFactory
java.lang.Object
org.wildfly.clustering.cache.infinispan.batch.ThreadContextBatchFactory
- Direct Known Subclasses:
SimpleContextualBatchFactory,TransactionalBatchFactory
public class ThreadContextBatchFactory
extends Object
implements org.wildfly.clustering.function.Supplier<Batch>
A factory that
ThreadContextBatch.- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.function.Supplier
NULL -
Constructor Summary
ConstructorsConstructorDescriptionThreadContextBatchFactory(org.wildfly.clustering.function.Supplier<ContextualBatch> factory) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.function.Supplier
handle, map