private abstract class HttpOutput.AsyncICB extends IteratingCallback
IteratingCallback.Action
Callback.Completable, Callback.Nested
Invocable.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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getInvocationType, invokeNonBlocking, isNonBlockingInvocation
public Invocable.InvocationType getInvocationType()
protected void onCompleteSuccess()
IteratingCallback
onCompleteSuccess
in class IteratingCallback
IteratingCallback.onCompleteFailure(Throwable)
public void onCompleteFailure(java.lang.Throwable e)
IteratingCallback
onCompleteFailure
in class IteratingCallback
e
- the throwable to indicate cause of failureIteratingCallback.onCompleteSuccess()