Class ClientCaptureCurrentContextRestHandler

java.lang.Object
org.jboss.resteasy.reactive.client.handlers.ClientCaptureCurrentContextRestHandler
All Implemented Interfaces:
ClientRestHandler, org.jboss.resteasy.reactive.spi.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 Details

    • ClientCaptureCurrentContextRestHandler

      public ClientCaptureCurrentContextRestHandler(boolean captureStacktrace)
  • Method Details