Uses of Class
org.springframework.batch.integration.chunk.AsynchronousFailureException
-
Uses of AsynchronousFailureException in org.springframework.batch.integration.chunk
Modifier and TypeMethodDescriptionprotected static AsynchronousFailureException
ChunkMessageChannelItemWriter.wrapIfNecessary
(Throwable throwable) Re-throws the original throwable if it is unchecked, wraps checked exceptions intoAsynchronousFailureException
.Modifier and TypeMethodDescriptionprotected void
ChunkMessageChannelItemWriter.getNextResult()
Get the next result if it is available (within the timeout specified in the gateway), otherwise do nothing.protected boolean
ChunkMessageChannelItemWriter.waitForResults()
Wait until all the results that are in the pipeline come back to the reply channel.