类分层结构
- java.lang.Object
- tech.testnx.cah.common.retry.Retryer<V> (implements tech.testnx.cah.common.retry.Executable<V>)
- tech.testnx.cah.common.retry.Retryer.Builder<V>
- tech.testnx.cah.common.retry.Transaction<V> (implements tech.testnx.cah.common.retry.Executable<V>)
接口分层结构
- tech.testnx.cah.common.retry.Executable<V>