| Class | Description |
|---|---|
| ClientSpanDecorator |
Interface that represents a span decorator for jax rs client.
|
| ContainerSpanDecorator |
Interface that represents a span decorator for jax rs.
|
| RequestHeaderAdapter |
This is the container request adapter class that will hold all the header values
of the client request.
|
| RequestHeaderCarrier |
This is the container request adapter class that will hold all the header values.
|
| TracingClientFilter |
Jax-rs Client filters are similar to container request filters.
|
| TracingContainerFilter |
As per jax-rs specification, there are three ways to intercept/filter the incoming
request: one by using the standard servlet filter, TracingWebFilter, secondly,
by creating a
ContainerRequestFilter, and finally, by creating a WriterInterceptor. |
Copyright © 2020. All rights reserved.