@ApplicationScoped public class Bulkhead1Retry0MethodSyncBean extends Object
Constructor and Description |
---|
Bulkhead1Retry0MethodSyncBean() |
@Bulkhead(value=1) @Retry(retryOn=org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException.class, delay=1L, delayUnit=SECONDS, maxRetries=0, maxDuration=999999L) public void test(Barrier barrier)
Copyright © 2020 Eclipse Foundation. All rights reserved.