Class ReflectionServiceGrpc.ReflectionServiceFutureStub

    • 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.ReflectionServiceFutureStub build​(io.grpc.Channel channel, io.grpc.CallOptions callOptions)  
      com.google.common.util.concurrent.ListenableFuture<cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesResponse> listAllInterfaces​(cosmos.base.reflection.v1beta1.Reflection.ListAllInterfacesRequest request)
      ListAllInterfaces lists all the interfaces registered in the interface registry.
      com.google.common.util.concurrent.ListenableFuture<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.
      • Methods inherited from class io.grpc.stub.AbstractFutureStub

        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 com.google.common.util.concurrent.ListenableFuture<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 com.google.common.util.concurrent.ListenableFuture<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.