Interface AbstractControllerService.ControllerInstabilityListener

Enclosing class:
AbstractControllerService

public static interface AbstractControllerService.ControllerInstabilityListener
Listener for notifications that the ModelController is unstable and a process restart is necessary.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification that the ModelController should be considered to be unstable, e.g. due to the service container managed by the ModelController not being able to reach stability or due to some unhandled error.
  • Method Details

    • controllerUnstable

      void controllerUnstable()
      Notification that the ModelController should be considered to be unstable, e.g. due to the service container managed by the ModelController not being able to reach stability or due to some unhandled error.