Class ReflectionServiceGrpc.ReflectionServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    ReflectionServiceGrpc

    public abstract static class ReflectionServiceGrpc.ReflectionServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     ReflectionService defines a service for interface reflection.
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.grpc.ServerServiceDefinition bindService()  
      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.
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReflectionServiceImplBase

        public ReflectionServiceImplBase()
    • 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:
        bindService in interface io.grpc.BindableService