Interface Acknowledgeable.AcknowledgementListener

Enclosing interface:
Acknowledgeable

public static interface Acknowledgeable.AcknowledgementListener
A listener that is notified when an acknowledgement or negative acknowledgement is complete.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • onSuccess

      void onSuccess()
    • onFailure

      void onFailure(Throwable t)