Class ClientCaptureCurrentContextRestHandler
java.lang.Object
org.jboss.resteasy.reactive.client.handlers.ClientCaptureCurrentContextRestHandler
- All Implemented Interfaces:
ClientRestHandler,RestHandler<RestClientRequestContext>
This handler is meant to be executed first in the handler chain and it captures some useful information like caller
stacktrace.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClientCaptureCurrentContextRestHandler
public ClientCaptureCurrentContextRestHandler(boolean captureStacktrace)
-
-
Method Details
-
handle
- Specified by:
handlein interfaceRestHandler<RestClientRequestContext>- Throws:
Exception
-