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

com.alibaba.tmq.common.remoting.RPCHook Maven / Gradle / Ivy

package com.alibaba.tmq.common.remoting;

import com.alibaba.tmq.common.remoting.protocol.RemotingCommand;


public interface RPCHook {
    public void doBeforeRequest(final String remoteAddr, final RemotingCommand request);


    public void doAfterResponse(final RemotingCommand request, final RemotingCommand response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy