public static final class ReflectionServiceGrpc.ReflectionServiceStub extends io.grpc.stub.AbstractAsyncStub<ReflectionServiceGrpc.ReflectionServiceStub>
ReflectionService defines a service for interface reflection.
| Modifier and Type | Method and Description |
|---|---|
protected ReflectionServiceGrpc.ReflectionServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.
|
protected ReflectionServiceGrpc.ReflectionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ReflectionServiceGrpc.ReflectionServiceStub>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.