@ApplicationScoped public class BulkheadPressureBean extends Object
Constructor and Description |
---|
BulkheadPressureBean() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxInProgress() |
void |
reset() |
void |
servicePressure(long sleepTime) |
Future<?> |
servicePressureAsync(long sleepTime) |
@Asynchronous @Bulkhead(value=5, waitingTaskQueue=5) public Future<?> servicePressureAsync(long sleepTime)
public int getMaxInProgress()
public void reset()
Copyright © 2020 Eclipse Foundation. All rights reserved.