public abstract static class DubboServerReflectionTriple.ServerReflectionImplBase extends Object implements ServerReflection, ServerService<ServerReflection>
JAVA_SERVICE_NAME, SERVICE_NAME| 构造器和说明 |
|---|
ServerReflectionImplBase() |
| 限定符和类型 | 方法和说明 |
|---|---|
Invoker<ServerReflection> |
getInvoker(org.apache.dubbo.common.URL url) |
org.apache.dubbo.rpc.model.ServiceDescriptor |
getServiceDescriptor() |
org.apache.dubbo.common.stream.StreamObserver<ServerReflectionRequest> |
serverReflectionInfo(org.apache.dubbo.common.stream.StreamObserver<ServerReflectionResponse> responseObserver)
The reflection service is structured as a bidirectional stream, ensuring
all related requests go to a single server.
|
public final Invoker<ServerReflection> getInvoker(org.apache.dubbo.common.URL url)
getInvoker 在接口中 ServerService<ServerReflection>public org.apache.dubbo.common.stream.StreamObserver<ServerReflectionRequest> serverReflectionInfo(org.apache.dubbo.common.stream.StreamObserver<ServerReflectionResponse> responseObserver)
ServerReflectionThe reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.
serverReflectionInfo 在接口中 ServerReflectionpublic final org.apache.dubbo.rpc.model.ServiceDescriptor getServiceDescriptor()
getServiceDescriptor 在接口中 ServerService<ServerReflection>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.