Interface | Description |
---|---|
ValueLoadedCallback<V> |
Callback that gets called every time the supplier loads new values.
|
Class | Description |
---|---|
MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier<T> |
This will retry the supplier if it encounters a timeout exception, but not if it encounters an
AuthorizationException.
|
MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.ValueLoadedEvent<V> | |
SetAndThrowAuthorizationExceptionSupplier<T> | |
URIFromStringSupplier | |
ValueLoadedCallback.NoOpCallback<V> |
The default implementation does nothing
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.