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

com.aliyun.openservices.ons.api.exactlyonce.aop.proxy.InternalCallback Maven / Gradle / Ivy

There is a newer version: 1.9.3.Final
Show newest version
package com.aliyun.openservices.ons.api.exactlyonce.aop.proxy;

/**
 * @author gongshi
 */
public interface InternalCallback {
    /** internal callback for invoking cunsume method in aop
     * @return user callback return value
     * @throws Throwable exception in consume method
     */
    Object run();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy