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