Interface RolloutExceptionHandler


  • public interface RolloutExceptionHandler
    Handles exceptions that happen during rollout, to indicate if the rollout can continue or not.
    • Method Detail

      • handleException

        boolean handleException​(java.lang.Exception e,
                                RolloutExceptionHandler.RolloutInfo info)
        Returns:
        true if the exception has been handled and the rollout can continue.