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

com.alibaba.rocketmq.research.rpc.RPCProcessor Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
/**
 * $Id: RPCProcessor.java 1831 2013-05-16 01:39:51Z shijia.wxr $
 */
package com.alibaba.rocketmq.research.rpc;

import java.nio.ByteBuffer;


/**
 * Server与Client的读事件处理
 * 
 * @author [email protected] [email protected]
 */
public interface RPCProcessor {
    public byte[] process(final int upId, final ByteBuffer upstream);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy