Interface AsyncListener<T>
-
public interface AsyncListener<T>Listener for async requests
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidonFailure(Throwable throwable)default voidonStart()Callback method invoked before processing the requestvoidonSuccess(T t)
-