Interface CamelExchangeContextPropagation
public interface CamelExchangeContextPropagation
-
Method Summary
Modifier and TypeMethodDescriptionvoidactivateContextSnapshot(Map<String, Object> snapshot) voidclear()<T,R> R getSafeContext(String contextName, Function<T, R> getter) voidinitRequestContext(Map<String, Object> headers) voidpropagateExchangeHeaders(Map<String, Object> headers) voidpropagateHeaders(Map<String, String> headers) voidremoveContextHeaders(Map<String, Object> exchangeHeaders)
-
Method Details
-
initRequestContext
-
createContextSnapshot
-
buildContextSnapshotForSessions
-
getSafeContext
-
activateContextSnapshot
-
propagateExchangeHeaders
-
propagateHeaders
-
removeContextHeaders
-
clear
void clear()
-