Interface TenantRestartHandler
- All Known Implementing Classes:
MessagesRestartHandler,RecoveryHandler
public interface TenantRestartHandler
- Author:
- Baptiste Mesta, Matthieu Chaffotte
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled outside a transaction afterPlatformAPI.startNode()in a separate thread from the api call.voidCalled in a transaction duringPlatformAPI.startNode().
-
Method Details
-
beforeServicesStart
Called in a transaction duringPlatformAPI.startNode().- Throws:
RestartException
-
afterServicesStart
void afterServicesStart()Called outside a transaction afterPlatformAPI.startNode()in a separate thread from the api call.
-