public abstract static class DubboServerReflectionTriple.ServerReflectionImplBase extends Object implements ServerReflection, ServerService<ServerReflection>
JAVA_SERVICE_NAME, SERVICE_NAME| Constructor and Description |
|---|
ServerReflectionImplBase() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface 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 in interface ServerReflectionpublic final org.apache.dubbo.rpc.model.ServiceDescriptor getServiceDescriptor()
getServiceDescriptor in interface ServerService<ServerReflection>Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.