Interface TenantRestartHandler
-
- All Known Implementing Classes:
MessagesRestartHandler,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 a transaction afterPlatformAPI.startNode()in a separate thread from the api call.voidbeforeServicesStart()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 a transaction afterPlatformAPI.startNode()in a separate thread from the api call.
-
-