@Contract(threading=STATELESS) public class ImmediateSchedulingStrategy extends Object implements SchedulingStrategy
| Modifier and Type | Field and Description | 
|---|---|
| static ImmediateSchedulingStrategy | INSTANCE | 
| Constructor and Description | 
|---|
| ImmediateSchedulingStrategy() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hc.core5.util.TimeValue | schedule(int attemptNumber)Schedules execution time for an operation. | 
public static final ImmediateSchedulingStrategy INSTANCE
public org.apache.hc.core5.util.TimeValue schedule(int attemptNumber)
SchedulingStrategyschedule in interface SchedulingStrategyCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.