Interface TenantRestartHandler

All Known Implementing Classes:
MessagesRestartHandler, RecoveryHandler

public interface TenantRestartHandler
Author:
Baptiste Mesta, Matthieu Chaffotte
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called outside a transaction after PlatformAPI.startNode() in a separate thread from the api call.
    void
    Called in a transaction during PlatformAPI.startNode().
  • Method Details

    • beforeServicesStart

      void beforeServicesStart() throws RestartException
      Called in a transaction during PlatformAPI.startNode().
      Throws:
      RestartException
    • afterServicesStart

      void afterServicesStart()
      Called outside a transaction after PlatformAPI.startNode() in a separate thread from the api call.