This method should be used to initiate service shutdown. The invocation of this method should cause a call to #notifyStopped(), either during this method's run, or after it has returned. If shutdown fails, the invocation should cause a call to #notifyFailed(Throwable) instead. Th
()
| 199 | |
| 200 | |
| 201 | protected abstract void doStop(); |
| 202 | |
| 203 | @CanIgnoreReturnValue |
| 204 | @Override |
no outgoing calls
no test coverage detected