Class TransactionalBatchFactory
java.lang.Object
org.wildfly.clustering.cache.infinispan.batch.TransactionalBatchFactory
public class TransactionalBatchFactory
extends Object
implements org.wildfly.clustering.function.Supplier<Batch>
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.function.Supplier
NULL -
Constructor Summary
ConstructorsConstructorDescriptionTransactionalBatchFactory(String name, jakarta.transaction.TransactionManager tm, Function<Exception, RuntimeException> exceptionTransformer) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.function.Supplier
handle, map