public class AsyncItemWriter<T>
extends java.lang.Object
implements org.springframework.batch.item.ItemWriter<java.util.concurrent.Future<T>>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
AsyncItemWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
setDelegate(org.springframework.batch.item.ItemWriter<T> delegate) |
void |
write(java.util.List<? extends java.util.concurrent.Future<T>> items) |
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic void setDelegate(org.springframework.batch.item.ItemWriter<T> delegate)
delegate -