Class BasicCommandableGrpcClientV1

java.lang.Object
org.pipservices4.grpc.clients.GrpcClient
org.pipservices4.grpc.clients.CommandableGrpcClient
com.client.basic.version1.BasicCommandableGrpcClientV1
All Implemented Interfaces:
IBasicClientV1, org.pipservices4.components.config.IConfigurable, org.pipservices4.components.refer.IReferenceable, org.pipservices4.components.run.IClosable, org.pipservices4.components.run.IOpenable

public class BasicCommandableGrpcClientV1 extends org.pipservices4.grpc.clients.CommandableGrpcClient implements IBasicClientV1
  • Field Summary

    Fields inherited from class org.pipservices4.grpc.clients.CommandableGrpcClient

    _name

    Fields inherited from class org.pipservices4.grpc.clients.GrpcClient

    _channel, _connectionResolver, _connectTimeout, _counters, _logger, _options, _timeout, _tracer, _uri
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.service.basic.data.version1.ResponseV1
    doSomething(org.pipservices4.components.context.IContext context, com.service.basic.data.version1.RequestV1 request)
     

    Methods inherited from class org.pipservices4.grpc.clients.CommandableGrpcClient

    callCommand

    Methods inherited from class org.pipservices4.grpc.clients.GrpcClient

    call, close, configure, instrument, isOpen, open, setReferences

    Methods inherited from class java.lang.Object

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

    • BasicCommandableGrpcClientV1

      public BasicCommandableGrpcClientV1()
  • Method Details

    • doSomething

      public com.service.basic.data.version1.ResponseV1 doSomething(org.pipservices4.components.context.IContext context, com.service.basic.data.version1.RequestV1 request)
      Specified by:
      doSomething in interface IBasicClientV1