Returns whether the RPC not be retried upon encountering a problem. @return whether the RPC not be retried upon encountering a problem. @see #setFailfast @since 1.5
()
| 474 | * @since 1.5 |
| 475 | */ |
| 476 | public final boolean failfast() { |
| 477 | return failfast; |
| 478 | } |
| 479 | |
| 480 | /** |
| 481 | * If true, this RPC is a probe which checks if the destination region is |
no outgoing calls
no test coverage detected