Interface ContextualBatch
- All Superinterfaces:
AutoCloseable, org.wildfly.clustering.cache.batch.Batch, Contextual, Supplier<ContextualBatch>, org.wildfly.clustering.function.Supplier<ContextualBatch>
- All Known Implementing Classes:
AbstractContextualBatch, DefaultTransactionalBatch, SimpleContextualBatch
public interface ContextualBatch
extends org.wildfly.clustering.cache.batch.Batch, Contextual, org.wildfly.clustering.function.Supplier<ContextualBatch>
A contextual batch.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.cache.batch.Batch
org.wildfly.clustering.cache.batch.Batch.Status -
Field Summary
FieldsFields 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 Contextual
attach, getNameMethods inherited from interface org.wildfly.clustering.function.Supplier
handle, thenAccept, thenApply, thenApplyAsDouble, thenApplyAsInt, thenApplyAsLong, thenTest
-
Field Details
-
LOGGER
The logger for this batch
-
-
Method Details
-
suspend
ContextualSuspendedBatch suspend()- Specified by:
suspendin interfaceorg.wildfly.clustering.cache.batch.Batch
-