IT/Spring Framework2018. 2. 3. 23:52토비의 봄 TV 11회 스프링 리액티브 프로그래밍 (7) CompletableFuture
(시청일 : 20180113) - https://www.youtube.com/watch?v=PzxV-bmLSFY - https://m.blog.naver.com/PostView.nhn?blogId=goddes4&logNo=30188460262&proxyReferer=https%3A%2F%2Fwww.google.co.kr%2F - http://www.hungrydiver.co.kr/bbs/detail/develop?id=2&scroll=comment(중략) 그 동안 java 에서 제공하던 Future interface 가 제공한 Async 이지만 get() 메서드로 Blocking 을 유발하는 단점이 있었다.이런 불편함은 Spring Framework에서 제공하는 LinstenableFuture 로 해소 ..