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