Class TransactionalBatchFactory
java.lang.Object
org.wildfly.clustering.cache.infinispan.batch.ThreadContextBatchFactory
org.wildfly.clustering.cache.infinispan.batch.TransactionalBatchFactory
A factory for creating thread context batches referencing transactional batches.
- Author:
- Paul Ferraro
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionalBatchFactory(String name, jakarta.transaction.TransactionManager tm, Function<Exception, RuntimeException> exceptionTransformer) -
Method Summary
Methods inherited from class org.wildfly.clustering.cache.infinispan.batch.ThreadContextBatchFactory
get
-
Constructor Details
-
TransactionalBatchFactory
public TransactionalBatchFactory(String name, jakarta.transaction.TransactionManager tm, Function<Exception, RuntimeException> exceptionTransformer)
-