Class SimpleContextualBatch

java.lang.Object
org.wildfly.clustering.cache.infinispan.batch.AbstractContextualBatch
org.wildfly.clustering.cache.infinispan.batch.SimpleContextualBatch
All Implemented Interfaces:
AutoCloseable, Supplier<ContextualBatch>, Batch, SuspendedBatch, Contextual, ContextualBatch, ContextualSuspendedBatch, Supplier<ContextualBatch>

public class SimpleContextualBatch extends AbstractContextualBatch implements ContextualSuspendedBatch
A simple extendable batch with no suspend/resume behavior.
Author:
Paul Ferraro