79555557

Date: 2025-04-04 14:20:28
Score: 1
Natty:
Report link

GetTaskRequest getTaskRequest = new GetTaskRequest(nodeandtaskid[0], Long.parseLong(nodeandtaskid[1]));
Optional<GetTaskResponse> response = elasticClient.getClient().tasks().get(getTaskRequest, RequestOptions.DEFAULT);
I was looking for GetTaskRequest. finally found it
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: chandu