Class ReflectionServiceGrpc.ReflectionServiceStub

    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected ReflectionServiceGrpc.ReflectionServiceStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      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 io.grpc.stub.AbstractAsyncStub

        newStub, newStub
      • Methods inherited from class io.grpc.stub.AbstractStub

        getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.