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

com.alibaba.easyretry.common.event.RetryEventMulticaster Maven / Gradle / Ivy

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

/**
 * @author Created by wuhao on 2021/3/26.
 */
public interface RetryEventMulticaster {

	void register(RetryListener listener);

	void multicast(RetryEvent retryEvent);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy