private static class ServerRuntime.CompletionCallbackRunner extends ServerRuntime.AbstractCallbackRunner<javax.ws.rs.container.CompletionCallback> implements javax.ws.rs.container.CompletionCallback
| Modifier and Type | Field and Description |
|---|---|
private static java.util.logging.Logger |
LOGGER |
| Modifier | Constructor and Description |
|---|---|
private |
CompletionCallbackRunner() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getCallbackContract()
Get the callback contract supported by this callback runner.
|
void |
onComplete(java.lang.Throwable throwable) |
executeCallbacks, register, supportspublic java.lang.Class<?> getCallbackContract()
ServerRuntime.AbstractCallbackRunnergetCallbackContract in class ServerRuntime.AbstractCallbackRunner<javax.ws.rs.container.CompletionCallback>public void onComplete(java.lang.Throwable throwable)
onComplete in interface javax.ws.rs.container.CompletionCallback