public interface Guaranteeable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
guaranteed()
Solves edge cases where an operation may succeed on the server but connection failure occurs before a
response can be successfully returned to the client.
|
T guaranteed()
GuaranteeableDeletableCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.