Skip to content

Spring Boot app for developing and testing asynchronous methods

Notifications You must be signed in to change notification settings

TiagoBohnenberger/asynchronous-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asynchronous-methods

Spring Boot app for developing and testing asynchronous methods

This project demonstrates ways to do asynchronous executions. First, it has been implemented using Java's native APIs: CompletableFuture, HttpClient (from the package java.net.http), and Streams.

Second, it has been implemented asynchronous calls using spring webflux and its underlying reactor API.

About

Spring Boot app for developing and testing asynchronous methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages