2007-08-22から1日間の記事一覧

Spring Batch のちょっと怪しげなコード

なぜThread.sleep()を使わないのか? org.springframework.batch.retry.backoff.FixedBackOffPolicy /** * Pause for the {@link #backOffPeriod} using {@link Thread#sleep}. * @throws BackOffInterruptedException if interrupted during sleep. */ prot…