
com.alibaba.easyretry.common.RetryContext Maven / Gradle / Ivy
The newest version!
package com.alibaba.easyretry.common;
public interface RetryContext extends RetryLifecycle {
void setAttribute(String key, String value);
String getAttribute(String key);
/**
* @return id
* 获取唯一标识
*/
String getId();
Invocation getInvocation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy