public class DisposableRetry extends Disposable<io.github.resilience4j.retry.Retry>
| Constructor and Description |
|---|
DisposableRetry(String key,
io.github.resilience4j.retry.RetryRegistry registry,
io.github.resilience4j.retry.Retry retry) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
String |
getKey() |
io.github.resilience4j.retry.Retry |
getValue() |
get, lastAccessedpublic DisposableRetry(String key, io.github.resilience4j.retry.RetryRegistry registry, io.github.resilience4j.retry.Retry retry)
public void dispose()
dispose in class Disposable<io.github.resilience4j.retry.Retry>public io.github.resilience4j.retry.Retry getValue()
getValue in class Disposable<io.github.resilience4j.retry.Retry>public String getKey()
getKey in class Disposable<io.github.resilience4j.retry.Retry>Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.