类 DubboHandlerRegistry
- java.lang.Object
-
- io.grpc.HandlerRegistry
-
- org.apache.dubbo.rpc.protocol.grpc.DubboHandlerRegistry
-
public class DubboHandlerRegistry extends io.grpc.HandlerRegistry
-
-
构造器概要
构造器 构造器 说明 DubboHandlerRegistry()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<io.grpc.ServerServiceDefinition>getServices()Returns the service definitions in this registry.io.grpc.ServerMethodDefinition<?,?>lookupMethod(String methodName, String authority)
-
-
-
方法详细资料
-
getServices
public List<io.grpc.ServerServiceDefinition> getServices()
Returns the service definitions in this registry.- 覆盖:
getServices在类中io.grpc.HandlerRegistry
-
-