@Deprecated
public abstract class AbstractCallbackNotifier<T>
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
protected javax.ws.rs.client.Invocation.Builder |
requestBuilder
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCallbackNotifier(ResponseStreamProcessor<T> responseStreamProcessor,
ResultCallback<T> resultCallback,
javax.ws.rs.client.Invocation.Builder requestBuilder)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Void |
call()
Deprecated.
|
protected abstract javax.ws.rs.core.Response |
response()
Deprecated.
|
void |
start()
Deprecated.
|
static <T> java.util.concurrent.Future<java.lang.Void> |
startAsyncProcessing(AbstractCallbackNotifier<T> callbackNotifier)
Deprecated.
|
protected final javax.ws.rs.client.Invocation.Builder requestBuilder
protected AbstractCallbackNotifier(ResponseStreamProcessor<T> responseStreamProcessor, ResultCallback<T> resultCallback, javax.ws.rs.client.Invocation.Builder requestBuilder)
public java.lang.Void call()
call in interface java.util.concurrent.Callable<java.lang.Void>protected abstract javax.ws.rs.core.Response response()
public static <T> java.util.concurrent.Future<java.lang.Void> startAsyncProcessing(AbstractCallbackNotifier<T> callbackNotifier)
public void start()
Copyright © 2020. All Rights Reserved.