@ApplicationScoped public class Bulkhead1Retry1SyncMethodBean extends Object
Has a bulkhead of size 1
Retries 1 time on thrown TestException with 1 second delay
Constructor and Description |
---|
Bulkhead1Retry1SyncMethodBean() |
@Retry(maxRetries=1, delay=1000L, jitter=0L, retryOn=TestException.class) @Bulkhead(value=1) public void test(Barrier barrier, RuntimeException ex)
Copyright © 2016 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.