public interface HeaderPropagationAware
Modifier and Type | Method and Description |
---|---|
void |
addNotPropagatedHeaders(String... headers)
Add headers that will NOT be copied from the inbound message if
the handler is configured to copy headers, instead of overwriting
the existing set.
|
Collection<String> |
getNotPropagatedHeaders()
Get the header names this handler doesn't propagate.
|
void |
setNotPropagatedHeaders(String... headers)
Set headers that will NOT be copied from the inbound message if
the handler is configured to copy headers.
|
void setNotPropagatedHeaders(String... headers)
headers
- the headers to not propagate from the inbound message.Collection<String> getNotPropagatedHeaders()
Collection
of headers that will not be
copied from the inbound message if the handler is configured to copy headers.setNotPropagatedHeaders(String...)
void addNotPropagatedHeaders(String... headers)
headers
- the headers to not propagate from the inbound message.setNotPropagatedHeaders(String...)