public static class DubboServerReflectionTriple.ServerReflectionStub extends Object implements ServerReflection
JAVA_SERVICE_NAME, SERVICE_NAME| Constructor and Description |
|---|
ServerReflectionStub(Invoker<ServerReflection> invoker) |
| Modifier and Type | Method and Description |
|---|---|
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 ServerReflectionStub(Invoker<ServerReflection> invoker)
public 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.
serverReflectionInfo in interface ServerReflectionCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.