CommandableGrpcClient constructor

CommandableGrpcClient(
  1. String name
)

Creates a new instance of the client.

  • name a service name.

Implementation

CommandableGrpcClient(String name)
    : _serviceName = name,
      super('commandable.Commandable');