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

com.alibaba.easyretry.common.event.before.AfterSaveBeforeRetryEvent Maven / Gradle / Ivy

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

import com.alibaba.easyretry.common.entity.RetryTask;

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

	public AfterSaveBeforeRetryEvent(RetryTask retryTask) {
		super(retryTask);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy