@Retry(maxRetries=1, delay=0L, jitter=0L, retryOn=TestException.class) @Bulkhead(value=1, waitingTaskQueue=5) @Asynchronous @ApplicationScoped public class BulkheadRetryQueueAsyncBean extends Object
Has a bulkhead of size 1 and a queue size of 5
Retries 1 time on thrown TestException with no delay
Constructor and Description |
---|
BulkheadRetryQueueAsyncBean() |
public Future<?> test(Barrier barrier, RuntimeException ex)
Copyright © 2020 Eclipse Foundation. All rights reserved.