Package org.zalando.fahrschein.jdbc
Class TransactionalBatchHandler
- java.lang.Object
-
- org.zalando.fahrschein.jdbc.TransactionalBatchHandler
-
- All Implemented Interfaces:
org.zalando.fahrschein.BatchHandler
public class TransactionalBatchHandler extends Object implements org.zalando.fahrschein.BatchHandler
-
-
Constructor Summary
Constructors Constructor Description TransactionalBatchHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessBatch(org.zalando.fahrschein.IORunnable continuation)
-
-
-
Method Detail
-
processBatch
@Transactional(rollbackFor={java.lang.Error.class,java.lang.RuntimeException.class,java.io.IOException.class}) public void processBatch(org.zalando.fahrschein.IORunnable continuation) throws IOException- Specified by:
processBatchin interfaceorg.zalando.fahrschein.BatchHandler- Throws:
IOException
-
-