Package com.client.basic.version1
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
_nameFields inherited from class org.pipservices4.grpc.clients.GrpcClient
_channel, _connectionResolver, _connectTimeout, _counters, _logger, _options, _timeout, _tracer, _uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.service.basic.data.version1.ResponseV1doSomething(org.pipservices4.components.context.IContext context, com.service.basic.data.version1.RequestV1 request) Methods inherited from class org.pipservices4.grpc.clients.CommandableGrpcClient
callCommandMethods inherited from class org.pipservices4.grpc.clients.GrpcClient
call, close, configure, instrument, isOpen, open, setReferences
-
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:
doSomethingin interfaceIBasicClientV1
-