Class RetryImpl.AsyncContextImpl

java.lang.Object
io.github.resilience4j.retry.internal.RetryImpl.AsyncContextImpl
All Implemented Interfaces:
Retry.AsyncContext<T>
Enclosing class:
RetryImpl<T>

public final class RetryImpl.AsyncContextImpl
extends java.lang.Object
implements Retry.AsyncContext<T>
  • Constructor Summary

    Constructors 
    Constructor Description
    AsyncContextImpl()  
  • Method Summary

    Modifier and Type Method Description
    void onComplete()
    Records a successful call or retryable call with the needed generated retry events.
    long onError​(java.lang.Throwable throwable)
    Records an failed call.
    long onResult​(T result)
    check the result call.
    void onSuccess()
    Deprecated.
    since 1.2.0

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait