
public interface ServiceLifecycle
HasLifecycle
It provides additional life cycle steps that should only be used by services.| Modifier and Type | Method and Description |
|---|---|
default void |
preBuild() |
default void |
preInit() |
default void |
preShutdown() |
default void |
preStart()
Called from the enclosing
Subsystem when
HasLifecycle.start() has been called. |
default void preInit()
default void preBuild()
default void preStart()
Subsystem when
HasLifecycle.start() has been called.
The preceding lifecycle step is HasLifecycle.postInit()
The following lifecycle step is HasLifecycle.start()
At the time it is called :
PhaseState is
INITIALIZING
connection with the messaging layer is effective, the enclosing
subsystem has started StatusHeartBeat
publication
default void preShutdown()
Copyright © 2018 LSST. All rights reserved.