Interface AsyncCallbackOnSuccess<T>
public interface AsyncCallbackOnSuccess<T>
-
Method Summary
-
Method Details
-
onSuccess
Called when an asynchronous call completes successfully.- Parameters:
result- the return value of the remote produced call
-
result - the return value of the remote produced call