OnRingInstanceTokens is called once the instance tokens are set and are stable within the ring (honoring the observe period, if set).
(lifecycler *BasicLifecycler, tokens Tokens)
| 27 | // OnRingInstanceTokens is called once the instance tokens are set and are |
| 28 | // stable within the ring (honoring the observe period, if set). |
| 29 | OnRingInstanceTokens(lifecycler *BasicLifecycler, tokens Tokens) |
| 30 | |
| 31 | // OnRingInstanceStopping is called while the lifecycler is stopping. The lifecycler |
| 32 | // will continue to hearbeat the ring the this function is executing and will proceed |
no outgoing calls
no test coverage detected