Class QueryGrpc.QueryImplBase

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

    public abstract static class QueryGrpc.QueryImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Query defines the gRPC querier service.
     
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryImplBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.grpc.ServerServiceDefinition bindService()  
      void params​(cosmos.params.v1beta1.QueryOuterClass.QueryParamsRequest request, io.grpc.stub.StreamObserver<cosmos.params.v1beta1.QueryOuterClass.QueryParamsResponse> responseObserver)
      Params queries a specific parameter of a module, given its subspace and key.
      • Methods inherited from class java.lang.Object

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

      • QueryImplBase

        public QueryImplBase()
    • Method Detail

      • params

        public void params​(cosmos.params.v1beta1.QueryOuterClass.QueryParamsRequest request,
                           io.grpc.stub.StreamObserver<cosmos.params.v1beta1.QueryOuterClass.QueryParamsResponse> responseObserver)
         Params queries a specific parameter of a module, given its subspace and
         key.
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService