Package org.jboss.resteasy.spi
Interface AsyncResponseProvider<T>
- 
- All Known Implementing Classes:
 CompletionStageProvider,MonoProvider,SingleProvider
public interface AsyncResponseProvider<T> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStagetoCompletionStage(T asyncResponse) 
 - 
 
- 
- 
Method Detail
- 
toCompletionStage
CompletionStage toCompletionStage(T asyncResponse)
 
 - 
 
 -