RequestT - the API request objectE - the exception that is thrown by the APIClientT - the service clientModelT - current desired state resource modelCallbackT - current callback contextReturnT - result object@FunctionalInterface public static interface CallChain.ExceptionPropagate<RequestT,E extends Exception,ClientT,ModelT,CallbackT extends StdCallbackContext,ReturnT>
RetryableException| Modifier and Type | Method and Description |
|---|---|
ReturnT |
invoke(RequestT request,
E exception,
ProxyClient<ClientT> client,
ModelT model,
CallbackT context) |
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.