类 DubboHandlerRegistry


  • public class DubboHandlerRegistry
    extends io.grpc.HandlerRegistry
    • 构造器详细资料

      • DubboHandlerRegistry

        public DubboHandlerRegistry()
    • 方法详细资料

      • getServices

        public List<io.grpc.ServerServiceDefinition> getServices()
        Returns the service definitions in this registry.
        覆盖:
        getServices 在类中 io.grpc.HandlerRegistry
      • lookupMethod

        @Nullable
        public io.grpc.ServerMethodDefinition<?,​?> lookupMethod​(String methodName,
                                                                      @Nullable
                                                                      String authority)
        指定者:
        lookupMethod 在类中 io.grpc.HandlerRegistry