Interface AbortListener


public interface AbortListener
Asynchronous result notifications for multi-record transaction (MRT) aborts.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called when the abort succeeded or will succeed.
  • Method Details

    • onSuccess

      void onSuccess(AbortStatus status)
      This method is called when the abort succeeded or will succeed.