Uses of Class
org.springframework.batch.integration.chunk.AsynchronousFailureException
Packages that use AsynchronousFailureException
-
Uses of AsynchronousFailureException in org.springframework.batch.integration.chunk
Methods in org.springframework.batch.integration.chunk that return AsynchronousFailureExceptionModifier and TypeMethodDescriptionprotected static AsynchronousFailureException
ChunkMessageChannelItemWriter.wrapIfNecessary
(Throwable throwable) Re-throws the original throwable if it is unchecked, wraps checked exceptions intoAsynchronousFailureException
.Methods in org.springframework.batch.integration.chunk that throw AsynchronousFailureExceptionModifier 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.