Class SimpleContextualBatchFactory

java.lang.Object
org.wildfly.clustering.cache.infinispan.batch.SimpleContextualBatchFactory
All Implemented Interfaces:
Supplier<Batch>, Supplier<Batch>

public class SimpleContextualBatchFactory extends Object implements Supplier<Batch>
A factory that creates simple nestable batches.
Author:
Paul Ferraro
  • Constructor Details

    • SimpleContextualBatchFactory

      public SimpleContextualBatchFactory(String name)
  • Method Details