사용자 도구

사이트 도구


springframework:mvc:deferredresult

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
마지막 판 양쪽 다음 판
springframework:mvc:deferredresult [2022/11/09 00:27]
kwon37xi
springframework:mvc:deferredresult [2022/11/09 00:30]
kwon37xi [SpringMVC DeferredResult]
줄 7: 줄 7:
   * [[springframework:webflux|Spring WebFlux]] 당장 WebFlux 를 못 사용하는 가능상황에서 사용가능할 것으로 보임.    * [[springframework:webflux|Spring WebFlux]] 당장 WebFlux 를 못 사용하는 가능상황에서 사용가능할 것으로 보임. 
   * [[springframework:asyncresttemplate|AsyncRestTemplate]] 사용 Non Blocking IO 처리   * [[springframework:asyncresttemplate|AsyncRestTemplate]] 사용 Non Blocking IO 처리
-  * [[java:8:completable_future|Java 8 CompletableFuture]] 를 사용해도 동일한 효과 
  
 +===== 동일한 효과를 내는 Controller 응답 타입 =====
 +  * [[java:8:completable_future|Java 8 CompletableFuture]] 를 사용해도 동일한 효과(''CompletionStage'')
 +  * ''Callable''
 +  * ''WebAsyncTask''
 +  * ''ListenableFuture''
 +  * ''ResponseBodyEmitter''
 ===== Interceptor ===== ===== Interceptor =====
   * [[https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/AsyncHandlerInterceptor.html|AsyncHandlerInterceptor]]   * [[https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/AsyncHandlerInterceptor.html|AsyncHandlerInterceptor]]
springframework/mvc/deferredresult.txt · 마지막으로 수정됨: 2023/06/21 13:30 저자 kwon37xi