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