Untitled

 avatar
unknown
plain_text
a year ago
318 B
7
Indexable
        ResponseEntity<CompletableFuture<Integer>> response = restTemplate.exchange(
                url,
                HttpMethod.POST,
                new HttpEntity<>(stats,
                        getHttpHeaders(MediaType.APPLICATION_JSON)),
                new ParameterizedTypeReference<>() {}
        );
Editor is loading...
Leave a Comment