public static interface RetryBuilder.OnRetryAction extends Action4<Integer,Throwable,Long,TimeUnit>
An interface alias for Action4<Integer, Throwable, Long, TimeUnit>
, suitable for RetryBuilder.doOnRetry(Action4)
.
Copyright © 2015 Couchbase, Inc.