Interface AsyncListener<T>


  • public interface AsyncListener<T>
    Listener for async requests
    • Method Detail

      • onStart

        default void onStart()
        Callback method invoked before processing the request
      • onSuccess

        void onSuccess​(T t)
      • onFailure

        void onFailure​(Throwable throwable)