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