@Retry(maxRetries=1, delay=1000L, jitter=0L, abortOn=org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException.class) @Bulkhead(value=1, waitingTaskQueue=1) @Asynchronous @ApplicationScoped public class BulkheadRetryAbortOnAsyncBean extends Object
Has a bulkhead of size 1 and a queue size of 1
Retries 1 time on any exception except BulkheadException with 1 second delay
Constructor and Description |
---|
BulkheadRetryAbortOnAsyncBean() |
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.