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

com.taobao.api.internal.toplink.remoting.RemotingCallback Maven / Gradle / Ivy

The newest version!
package com.taobao.api.internal.toplink.remoting;

// one callback per rpc-call
public abstract class RemotingCallback {

	public Integer flag;

	public String serializationFormat;
	
	public Class returnType;

	public abstract void onException(Throwable exception);

	public abstract void onMethodReturn(MethodReturn methodReturn);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy