This method is called by #startAsync to initiate service startup. The invocation of this method should cause a call to #notifyStarted(), either during this method's run, or after it has returned. If startup fails, the invocation should cause a call to #notifyFailed(Throwable)
()
| 185 | |
| 186 | |
| 187 | protected abstract void doStart(); |
| 188 | |
| 189 | /** |
| 190 | * This method should be used to initiate service shutdown. The invocation of this method should |