Package cosmos.base.reflection.v1beta1
Class ReflectionServiceGrpc.ReflectionServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ReflectionServiceGrpc.ReflectionServiceStub>
-
- cosmos.base.reflection.v1beta1.ReflectionServiceGrpc.ReflectionServiceStub
-
- Enclosing class:
- ReflectionServiceGrpc
public static final class ReflectionServiceGrpc.ReflectionServiceStub extends io.grpc.stub.AbstractAsyncStub<ReflectionServiceGrpc.ReflectionServiceStub>
ReflectionService defines a service for interface reflection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReflectionServiceGrpc.ReflectionServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidlistAllInterfaces(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.voidlistImplementations(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.
-
-
-
Method Detail
-
build
protected ReflectionServiceGrpc.ReflectionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ReflectionServiceGrpc.ReflectionServiceStub>
-
listAllInterfaces
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.
-
listImplementations
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.
-
-