All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.easyretry.common.event.on.FailureOnRetryEvent Maven / Gradle / Ivy

The newest version!
package com.alibaba.easyretry.common.event.on;

import com.alibaba.easyretry.common.RetryContext;

/**
 * @author Created by wuhao on 2021/3/25.
 */
public class FailureOnRetryEvent extends OnRetryEvent {

	public FailureOnRetryEvent(RetryContext retryContext) {
		super(retryContext);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy