com.github.fartherp.framework.remoting.CommandCustomHeader Maven / Gradle / Ivy
/*
* Copyright (c) 2017. CK. All rights reserved.
*/
package com.github.fartherp.framework.remoting;
import com.github.fartherp.framework.remoting.exception.RemotingCommandException;
/**
* @author hyssop
*/
public interface CommandCustomHeader {
void checkFields() throws RemotingCommandException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy