Class KafkaIntegrationHeaders
java.lang.Object
org.springframework.integration.kafka.support.KafkaIntegrationHeaders
Headers specifically for Spring Integration components.
- Since:
- 5.4
- Author:
- Gary Russell
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Set toBoolean.TRUE
to flush after sending.static final String
Set to a token to correlate a send Future. -
Method Summary
-
Field Details
-
FLUSH
Set toBoolean.TRUE
to flush after sending.- See Also:
-
FUTURE_TOKEN
Set to a token to correlate a send Future.- See Also:
-