Constructor and Description |
---|
AsyncItemWriter() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
setDelegate(org.springframework.batch.item.ItemWriter<T> delegate) |
void |
write(List<? extends Future<T>> items) |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void setDelegate(org.springframework.batch.item.ItemWriter<T> delegate)
delegate
- ItemWriter
to do the actual writingCopyright © 2015. All rights reserved.