public static final class ReflectionServiceGrpc.ReflectionServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ReflectionServiceGrpc.ReflectionServiceBlockingStub>
ReflectionService defines a service for interface reflection.
| Modifier and Type | Method and Description |
|---|---|
protected ReflectionServiceGrpc.ReflectionServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesResponse |
listAllInterfaces(cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesRequest request)
ListAllInterfaces lists all the interfaces registered in the interface
registry.
|
cosmos.base.reflection.v1beta1.Reflection.ListImplementationsResponse |
listImplementations(cosmos.base.reflection.v1beta1.Reflection.ListImplementationsRequest request)
ListImplementations list all the concrete types that implement a given
interface.
|
protected ReflectionServiceGrpc.ReflectionServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ReflectionServiceGrpc.ReflectionServiceBlockingStub>public cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesResponse listAllInterfaces(cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesRequest request)
ListAllInterfaces lists all the interfaces registered in the interface registry.
public cosmos.base.reflection.v1beta1.Reflection.ListImplementationsResponse listImplementations(cosmos.base.reflection.v1beta1.Reflection.ListImplementationsRequest request)
ListImplementations list all the concrete types that implement a given interface.