Class ThreadContextBatchFactory

java.lang.Object
org.wildfly.clustering.cache.infinispan.batch.ThreadContextBatchFactory
All Implemented Interfaces:
Supplier<Batch>, org.wildfly.clustering.function.Supplier<Batch>
Direct Known Subclasses:
SimpleContextualBatchFactory, TransactionalBatchFactory

public class ThreadContextBatchFactory extends Object implements org.wildfly.clustering.function.Supplier<Batch>
A factory that ThreadContextBatch.
Author:
Paul Ferraro
  • Constructor Details

    • ThreadContextBatchFactory

      public ThreadContextBatchFactory(org.wildfly.clustering.function.Supplier<ContextualBatch> factory)
  • Method Details