public abstract static class ReflectionServiceGrpc.ReflectionServiceImplBase
extends java.lang.Object
implements io.grpc.BindableService
ReflectionService defines a service for interface reflection.
| Constructor and Description |
|---|
ReflectionServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
listAllInterfaces(cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesRequest request,
io.grpc.stub.StreamObserver<cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesResponse> responseObserver)
ListAllInterfaces lists all the interfaces registered in the interface
registry.
|
void |
listImplementations(cosmos.base.reflection.v1beta1.Reflection.ListImplementationsRequest request,
io.grpc.stub.StreamObserver<cosmos.base.reflection.v1beta1.Reflection.ListImplementationsResponse> responseObserver)
ListImplementations list all the concrete types that implement a given
interface.
|
public void listAllInterfaces(cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesRequest request,
io.grpc.stub.StreamObserver<cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesResponse> responseObserver)
ListAllInterfaces lists all the interfaces registered in the interface registry.
public void listImplementations(cosmos.base.reflection.v1beta1.Reflection.ListImplementationsRequest request,
io.grpc.stub.StreamObserver<cosmos.base.reflection.v1beta1.Reflection.ListImplementationsResponse> responseObserver)
ListImplementations list all the concrete types that implement a given interface.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService