public interface ServerReflection
| Modifier and Type | Field and Description |
|---|---|
static String |
JAVA_SERVICE_NAME |
static String |
SERVICE_NAME |
| 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.
|
static final String JAVA_SERVICE_NAME
static final String SERVICE_NAME
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.
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.