public final class SparkHelper extends Object
Modifier and Type | Method and Description |
---|---|
static void |
appendHeader(Map<String,Object> headers,
String key,
Object value)
Appends the key/value to the headers.
|
public static void appendHeader(Map<String,Object> headers, String key, Object value)
List
that contains the multiple values.headers
- headerskey
- the keyvalue
- the valueApache Camel