Interface ExecuteCallback
public interface ExecuteCallback
Scaling task execute callback.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Callback when execute success. -
onFailure
Callback when execute failure.- Parameters:
throwable- exception
-