public class AsynchronousResponseInjector extends Object implements ValueInjector
| Constructor and Description |
|---|
AsynchronousResponseInjector() |
| Modifier and Type | Method and Description |
|---|---|
Object |
inject(boolean unwrapAsync)
Inject outside the context of an HTTP request.
|
Object |
inject(HttpRequest request,
HttpResponse response,
boolean unwrapAsync)
Inject inside the context of an HTTP request.
|
public Object inject(boolean unwrapAsync)
ValueInjectorinject in interface ValueInjectorunwrapAsync - unwrap asyncpublic Object inject(HttpRequest request, HttpResponse response, boolean unwrapAsync)
ValueInjectorinject in interface ValueInjectorrequest - http requestresponse - http responseunwrapAsync - unwrap asyncCopyright © 2021 JBoss by Red Hat. All rights reserved.