Returns the expected ping payload for this outstanding operation. @return the expected payload for this outstanding ping
()
| 111 | * @return the expected payload for this outstanding ping |
| 112 | */ |
| 113 | public long payload() { |
| 114 | return data; |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * Completes this operation successfully. The stopwatch given during construction is used to |
no outgoing calls
no test coverage detected