MCPcopy Create free account
hub / github.com/antlr/codebuff / doStart

Method doStart

output/java_guava/1.4.17/AbstractService.java:187–187  ·  view source on GitHub ↗

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)

()

Source from the content-addressed store, hash-verified

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

Callers 1

startAsyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected