Untitled

Anonymous
plain_text
08/26/2024 10:33 AM
424 B
19
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