Package cosmos.base.reflection.v1beta1
Class ReflectionServiceGrpc.ReflectionServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ReflectionServiceGrpc.ReflectionServiceBlockingStub>
-
- cosmos.base.reflection.v1beta1.ReflectionServiceGrpc.ReflectionServiceBlockingStub
-
- Enclosing class:
- ReflectionServiceGrpc
public static final class ReflectionServiceGrpc.ReflectionServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ReflectionServiceGrpc.ReflectionServiceBlockingStub>
ReflectionService defines a service for interface reflection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReflectionServiceGrpc.ReflectionServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesResponselistAllInterfaces(cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesRequest request)ListAllInterfaces lists all the interfaces registered in the interface registry.cosmos.base.reflection.v1beta1.Reflection.ListImplementationsResponselistImplementations(cosmos.base.reflection.v1beta1.Reflection.ListImplementationsRequest request)ListImplementations list all the concrete types that implement a given interface.
-
-
-
Method Detail
-
build
protected ReflectionServiceGrpc.ReflectionServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ReflectionServiceGrpc.ReflectionServiceBlockingStub>
-
listAllInterfaces
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.
-
listImplementations
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.
-
-