public class MicroService.SynchronizerImpl extends java.util.concurrent.CountDownLatch implements Synchronizer
Modifier and Type | Method and Description |
---|---|
void |
enter()
Called when spawning a new thread that must complete before initialization can
continue.
|
void |
exit()
Called after the asynchronous process has completed.
|
public void enter()
Synchronizer
enter
in interface Synchronizer
public void exit()
Synchronizer
exit
in interface Synchronizer