@Experimental public interface ProbingPolicy
A probing policy determines when to stop probing based on the results of previous probes.
The policy is evaluated after each probe, and the decision to continue, succeed, or fail is based on the number of remaining probes, successes, and failures.
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProbingPolicy.BuiltIn |
static class |
ProbingPolicy.Decision |
static interface |
ProbingPolicy.ProbeContext |
| Modifier and Type | Method and Description |
|---|---|
ProbingPolicy.Decision |
evaluate(ProbingPolicy.ProbeContext data) |
ProbingPolicy.Decision evaluate(ProbingPolicy.ProbeContext data)
Copyright © 2026 lettuce.io. All rights reserved.