| Interface and Description |
|---|
| software.amazon.disco.agent.event.HeaderRetrievable
replaced by
ActivityRequestHeaderRetrievable.
In the past HeaderRetrievable have only existed for 'incoming requests' and the plugins have a reliance on this implicit semantics.
So using this interface to retrieve 'outgoing' request headers would break the plugins that rely on this semantics.
The Activity/DownstreamHeaderRetrievable makes it explicit the direction of the headers and is a more concrete public contract.
A composable interface that disco events can implement if consumers of those events should be able to
retrieve the headers of the request associated with the event. |
| Class and Description |
|---|
| software.amazon.disco.agent.reflect.MethodHandleWrapper
deprecated in favour of
software.amazon.disco.agent.interception.templates.DataAccessor which should be used
wherever possible instead. |
| Method and Description |
|---|
| software.amazon.disco.agent.event.ProtocolEvent.getHeaderData(String)
deprecated in favour of
HeaderRetrievable which should be used wherever possible instead. |
| software.amazon.disco.agent.event.HttpServletNetworkRequestEvent.getHeaderData(String)
deprecated in favour of
HeaderRetrievable which should be used wherever possible instead. |
| software.amazon.disco.agent.event.AbstractProtocolEvent.getHeaderData(String)
deprecated in favour of
HeaderRetrievable which should be used wherever possible instead. |