![JAR search and dependency download from the Maven repository](/logo.png)
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