File tree 1 file changed +4
-4
lines changed
spring-kafka/src/main/java/org/springframework/kafka/support
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
public interface KafkaHeaderMapper {
33
33
34
34
/**
35
- * Map from the given {@link MessageHeaders} to the specified target message .
35
+ * Map from the given {@link MessageHeaders} to the specified target headers .
36
36
* @param headers the abstracted MessageHeaders.
37
- * @param target the native target message .
37
+ * @param target the native target headers .
38
38
*/
39
39
void fromHeaders (MessageHeaders headers , Headers target );
40
40
41
41
/**
42
- * Map from the given target message to abstracted {@link MessageHeaders}.
43
- * @param source the native target message .
42
+ * Map from the given target headers to abstracted {@link MessageHeaders}.
43
+ * @param source the native target headers .
44
44
* @param target the target headers.
45
45
*/
46
46
void toHeaders (Headers source , Map <String , Object > target );
You can’t perform that action at this time.
0 commit comments