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