Package org.aksw.jenax.web.util
Class RunnableAsyncResponseSafe
java.lang.Object
org.aksw.jenax.web.util.RunnableAsyncResponseSafe
- All Implemented Interfaces:
Runnable
A simple wrapper for a runnable that cancels the response should the
provided delegate fail
- Author:
- raven
-
Constructor Summary
ConstructorsConstructorDescriptionRunnableAsyncResponseSafe(jakarta.ws.rs.container.AsyncResponse asyncResponse, Runnable delegate) -
Method Summary