private abstract class HttpOutput.AsyncICB extends IteratingCallback
IteratingCallback.ActionCallback.Completable, Callback.NestedInvocable.InvocationType| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
_last |
__nonBlocking| Constructor and Description |
|---|
AsyncICB(boolean last) |
| Modifier and Type | Method and Description |
|---|---|
Invocable.InvocationType |
getInvocationType() |
void |
onCompleteFailure(java.lang.Throwable e)
Invoked when the overall task has completed with a failure.
|
protected void |
onCompleteSuccess()
Invoked when the overall task has completed successfully.
|
close, failed, isClosed, isFailed, isSucceeded, iterate, process, reset, succeeded, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInvocationType, invokeNonBlocking, isNonBlockingInvocationpublic Invocable.InvocationType getInvocationType()
protected void onCompleteSuccess()
IteratingCallbackonCompleteSuccess in class IteratingCallbackIteratingCallback.onCompleteFailure(Throwable)public void onCompleteFailure(java.lang.Throwable e)
IteratingCallbackonCompleteFailure in class IteratingCallbacke - the throwable to indicate cause of failureIteratingCallback.onCompleteSuccess()