public interface Callback
CountDownCallback
transmitted by a CallbackNotification
reaches zero. If at least
one error has been raised, the method failed
is called.
Otherwise the method done
is called.Modifier and Type | Method and Description |
---|---|
void |
done()
Called if no error has been raised.
|
void |
failed(List<Throwable> errors)
Called if at least one error has been raised.
|
Copyright © 2022 ScalAgent D.T.. All rights reserved.