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

com.github.netty.protocol.nrpc.service.RpcCommandServiceImpl Maven / Gradle / Ivy

package com.github.netty.protocol.nrpc.service;

/**
 * RpcCommandServiceImpl
 *
 * @author wangzihao
 * 2018/8/20/020
 */
public class RpcCommandServiceImpl implements RpcCommandService {

    @Override
    public byte[] ping() {
        return "ok".getBytes();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy