Interface ContextualBatch
- All Superinterfaces:
AutoCloseable,Batch,Contextual,Supplier<ContextualBatch>,org.wildfly.clustering.function.Supplier<ContextualBatch>
- All Known Implementing Classes:
AbstractContextualBatch,DefaultTransactionalBatch,SimpleContextualBatch
public interface ContextualBatch
extends Batch, Contextual, org.wildfly.clustering.function.Supplier<ContextualBatch>
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.cache.batch.Batch
Batch.Status -
Field Summary
Fields inherited from interface org.wildfly.clustering.function.Supplier
NULL -
Method Summary
Methods inherited from interface org.wildfly.clustering.cache.batch.Batch
close, discard, getStatus, suspendWithContextMethods inherited from interface org.wildfly.clustering.cache.infinispan.batch.Contextual
attach, getNameMethods inherited from interface org.wildfly.clustering.function.Supplier
handle, map
-
Method Details
-
suspend
ContextualSuspendedBatch suspend()
-