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