brian-mcdonell-invitae

Results 1 comments of brian-mcdonell-invitae

I recomment putting a "close()" method directly on the "co.elastic.clients.elasticsearch.ElasticsearchClient" class, just like how the previous RestHighLevelClient class had a "close()" method. This method can simply call "this._transport.close()". This is...