public static final class ReflectionServiceGrpc.ReflectionServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ReflectionServiceGrpc.ReflectionServiceFutureStub>
ReflectionService defines a service for interface reflection.
| Modifier and Type | Method and Description |
|---|---|
protected ReflectionServiceGrpc.ReflectionServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesResponse> |
listAllInterfaces(cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesRequest request)
ListAllInterfaces lists all the interfaces registered in the interface
registry.
|
com.google.common.util.concurrent.ListenableFuture<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.ReflectionServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ReflectionServiceGrpc.ReflectionServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<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 com.google.common.util.concurrent.ListenableFuture<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.