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

com.github.ltsopensource.remoting.RemotingCommandBody Maven / Gradle / Ivy

package com.github.ltsopensource.remoting;

import com.github.ltsopensource.remoting.exception.RemotingCommandFieldCheckException;

import java.io.Serializable;

/**
 * RemotingCommand中自定义字段反射对象的公共接口
 */
public interface RemotingCommandBody extends Serializable{

    public void checkFields() throws RemotingCommandFieldCheckException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy