主要抽象类

RpcEndpoint: 具体服务的尸体抽象,线程安全类

RpcGateway: 用于远程调用的代理接口,提供对应RpcEndpoint的地址方法

RpcService: RpcEndpoint的运行时环境,并提供异步任务或周期性任务调度

RpcServer: RpcEndpoint自身的代理对象

FencedRpcEndpoint & FencedRpcGateway: 在调用RPC方法时需提供token信息