File tree 1 file changed +4
-3
lines changed
spring-kafka/src/main/java/org/springframework/kafka/support 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2017-2019 the original author or authors.
2
+ * Copyright 2017-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -39,8 +39,9 @@ public interface KafkaHeaderMapper {
39
39
void fromHeaders (MessageHeaders headers , Headers target );
40
40
41
41
/**
42
- * Map from the given target headers to abstracted {@link MessageHeaders}.
43
- * @param source the native target headers.
42
+ * Map from the given native headers to a map of headers for the eventual
43
+ * {@link MessageHeaders}.
44
+ * @param source the native headers.
44
45
* @param target the target headers.
45
46
*/
46
47
void toHeaders (Headers source , Map <String , Object > target );
You can’t perform that action at this time.
0 commit comments