Interface TenantRestartHandler
-
- All Known Implementing Classes:
MessagesRestartHandler,ProfilesUpdaterRestartHandler,RecoveryHandler
public interface TenantRestartHandler- Author:
- Baptiste Mesta, Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterServicesStart()called outside of a transaction afterPlatformAPI.startNode()in a separate thread than the api callvoidbeforeServicesStart()called in a transaction duringPlatformAPI.startNode()
-
-
-
Method Detail
-
beforeServicesStart
void beforeServicesStart() throws RestartExceptioncalled in a transaction duringPlatformAPI.startNode()- Throws:
RestartException
-
afterServicesStart
void afterServicesStart()
called outside of a transaction afterPlatformAPI.startNode()in a separate thread than the api call- Throws:
RestartException
-
-