@ApplicationScoped public class Bulkhead33RetryManyAsyncMethodBean extends Object
Has a bulkhead size of 3 and a queue size of 3
Retries on all exceptions for 3 seconds
Constructor and Description |
---|
Bulkhead33RetryManyAsyncMethodBean() |
@Asynchronous @Bulkhead(value=3, waitingTaskQueue=3) @Retry(maxRetries=99999, maxDuration=3000L, delay=100L, jitter=0L) public Future<?> test(Barrier barrier)
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.