Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BINDER_ORIGINAL_CONTENT_TYPE |
"originalContentType" |
public static final String |
NATIVE_HEADERS_PRESENT |
"scst_nativeHeadersPresent" |
public static final String |
PARTITION_HEADER |
"scst_partition" |
public static final String |
PARTITION_OVERRIDE |
"scst_partitionOverride" |
public static final String |
SCST_VERSION |
"scst_version" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JSON_TYPES |
"spring_json_header_types" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SPRING_KAFKA |
"spring.kafka" |
public static final String |
SPRING_KAFKA_CONSUMER |
"spring.kafka.consumer" |
public static final String |
SPRING_KAFKA_CONSUMER_KEY_DESERIALIZER |
"spring.kafka.consumer.keyDeserializer" |
public static final String |
SPRING_KAFKA_CONSUMER_VALUE_DESERIALIZER |
"spring.kafka.consumer.valueDeserializer" |
public static final String |
SPRING_KAFKA_PRODUCER |
"spring.kafka.producer" |
public static final String |
SPRING_KAFKA_PRODUCER_KEY_SERIALIZER |
"spring.kafka.producer.keySerializer" |
public static final String |
SPRING_KAFKA_PRODUCER_VALUE_SERIALIZER |
"spring.kafka.producer.valueSerializer" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
X_EXCEPTION_MESSAGE |
"x-exception-message" |
public static final String |
X_EXCEPTION_STACKTRACE |
"x-exception-stacktrace" |
public static final String |
X_ORIGINAL_TOPIC |
"x-original-topic" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DELAY_HEADER |
"scst_delay" |
public static final String |
ROUTING_KEY_HEADER |
"scst_routingKey" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ATLEAST_ONE_OUTPUT |
"At least one output must be specified" |
public static final String |
INVALID_OUTBOUND_NAME |
"The @Output annotation must have the name of an input as value" |
public static final String |
SEND_TO_EMPTY_DESTINATION |
"An empty destination cannot be specified" |
public static final String |
SEND_TO_MULTIPLE_DESTINATIONS |
"Multiple destinations cannot be specified" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AMBIGUOUS_MESSAGE_HANDLER_METHOD_ARGUMENTS |
"Ambiguous method arguments for the StreamListener method" |
public static final String |
ATLEAST_ONE_OUTPUT |
"At least one output must be specified" |
public static final String |
CONDITION_ON_DECLARATIVE_METHOD |
"Cannot set a condition when using @StreamListener in declarative mode" |
public static final String |
CONDITION_ON_METHOD_RETURNING_VALUE |
"Cannot set a condition for methods that return a value" |
public static final String |
INPUT_AT_STREAM_LISTENER |
"A method annotated with @StreamListener may never be annotated with @Input. If it should listen to a specific input, use the value of @StreamListener instead" |
public static final String |
INVALID_DECLARATIVE_METHOD_PARAMETERS |
"A method annotated with @StreamListener may use @Input or @Output annotations only in declarative mode and for parameters that are binding targets or convertible from binding targets." |
public static final String |
INVALID_INBOUND_NAME |
"The @Input annotation must have the name of an input as value" |
public static final String |
INVALID_INPUT_OUTPUT_METHOD_PARAMETERS |
"@Input or @Output annotations are not permitted on method parameters while using the @StreamListener value and a method-level output specification" |
public static final String |
INVALID_INPUT_VALUE_WITH_OUTPUT_METHOD_PARAM |
"Setting the @StreamListener value when using @Output annotation as method parameter is not permitted. Use @Input method parameter annotation to specify inbound value instead" |
public static final String |
INVALID_INPUT_VALUES |
"Cannot set both @StreamListener value and @Input annotation as method parameter" |
public static final String |
INVALID_OUTBOUND_NAME |
"The @Output annotation must have the name of an input as value" |
public static final String |
INVALID_OUTPUT_VALUES |
"Cannot set both output (@Output/@SendTo) method annotation value and @Output annotation as a method parameter" |
public static final String |
MULTIPLE_VALUE_RETURNING_METHODS |
"If multiple @StreamListener methods are listening to the same binding target, none of them may return a value" |
public static final String |
NO_INPUT_DESTINATION |
"No input destination is configured. Use either the @StreamListener value or @Input" |
public static final String |
RETURN_TYPE_MULTIPLE_OUTBOUND_SPECIFIED |
"A method annotated with @StreamListener having a return type should have only one outbound target specified" |
public static final String |
RETURN_TYPE_NO_OUTBOUND_SPECIFIED |
"A method annotated with @StreamListener having a return type should also have an outbound target specified" |
public static final String |
SEND_TO_EMPTY_DESTINATION |
"An empty destination cannot be specified" |
public static final String |
SEND_TO_MULTIPLE_DESTINATIONS |
"Multiple destinations cannot be specified" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ERROR_BRIDGE_CHANNEL |
"errorBridgeChannel" |
public static final String |
STREAM_LISTENER_ANNOTATION_BEAN_POST_PROCESSOR_NAME |
"streamListenerAnnotationBeanPostProcessor" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KRYO_MIME_TYPE |
"application/x-java-object" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAMESPACE_PROPERTY_NAME |
"spring.cloud.stream.internal.namespace" |
public static final String |
SELF_CONTAINED_APP_PROPERTY_NAME |
"spring.cloud.stream.internal.selfContained" |
public static final String |
SPRING_CLOUD_STREAM_INTERNAL_PREFIX |
"spring.cloud.stream.internal" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
INPUT |
"input" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
OUTPUT |
"output" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EXPORT_FILTER |
"spring.cloud.stream.metrics.filter" |
public static final String |
PREFIX |
"spring.cloud.stream.metrics" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
APPLICATION_METRICS |
"applicationMetrics" |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.