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)
ValueInjector
inject
in interface ValueInjector
unwrapAsync
- unwrap asyncpublic Object inject(HttpRequest request, HttpResponse response, boolean unwrapAsync)
ValueInjector
inject
in interface ValueInjector
request
- http requestresponse
- http responseunwrapAsync
- unwrap asyncCopyright © 2021 JBoss by Red Hat. All rights reserved.