Package cosmos.base.reflection.v1beta1
Class ReflectionServiceGrpc.ReflectionServiceImplBase
- java.lang.Object
-
- cosmos.base.reflection.v1beta1.ReflectionServiceGrpc.ReflectionServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- ReflectionServiceGrpc
public abstract static class ReflectionServiceGrpc.ReflectionServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceReflectionService defines a service for interface reflection.
-
-
Constructor Summary
Constructors Constructor Description ReflectionServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()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
-
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.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-