Interface ExecuteCallback


public interface ExecuteCallback
Scaling task execute callback.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFailure(Throwable throwable)
    Callback when execute failure.
    void
    Callback when execute success.
  • Method Details

    • onSuccess

      void onSuccess()
      Callback when execute success.
    • onFailure

      void onFailure(Throwable throwable)
      Callback when execute failure.
      Parameters:
      throwable - exception