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