Interface ServerLifecycleApi
- All Known Implementing Classes:
ServerLifecycleApiImpl
public interface ServerLifecycleApi
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrunOnServerStarted(Runnable work) voidstatic voidrunOnServerStarting(Runnable work) voidstatic voidrunOnServerStopped(Runnable work) voidstatic voidrunOnServerStopping(Runnable work) void
-
Field Details
-
INSTANCE
-
-
Method Details
-
runOnServerStarting
-
runOnServerStarted
-
runOnServerStopping
-
runOnServerStopped
-
runOnServerStartingImpl
-
runOnServerStartedImpl
-
runOnServerStoppingImpl
-
runOnServerStoppedImpl
-