public final class BinderHeaders extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NATIVE_HEADERS_PRESENT
Indicates that an incoming message has native headers.
|
static String |
PARTITION_HEADER
Indicates the target partition of an outbound message.
|
static String |
PARTITION_OVERRIDE
Indicates the target partition of an outbound message.
|
static String |
SCST_VERSION
Indicates the Spring Cloud Stream version.
|
static String[] |
STANDARD_HEADERS
The headers that will be propagated, by default, by binder implementations that
have no inherent header support (by embedding the headers in the payload).
|
static String |
TARGET_DESTINATION
Indicates the name of the target destination the binder should use if they
choose (or have capabilities) to optimize sending output messages to
dynamic destinations.
|
public static final String[] STANDARD_HEADERS
public static final String TARGET_DESTINATION
StreamBridge
for general cases of sending output messages to dynamic destinations.public static final String PARTITION_HEADER
PARTITION_OVERRIDE
if set by the user.public static final String PARTITION_OVERRIDE
PARTITION_HEADER
.public static final String NATIVE_HEADERS_PRESENT
public static final String SCST_VERSION
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.