public class TransactionalBatchHandler extends Object implements BatchHandler
| Constructor and Description |
|---|
TransactionalBatchHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
processBatch(IORunnable continuation) |
@Transactional(rollbackFor={java.lang.Error.class,java.lang.RuntimeException.class,java.io.IOException.class})
public void processBatch(IORunnable continuation)
throws IOException
processBatch in interface BatchHandlerIOExceptionCopyright © 2016–2019 Zalando SE. All rights reserved.