Class RedisHeaders
java.lang.Object
org.springframework.integration.redis.support.RedisHeaders
public final class RedisHeaders extends Object
Pre-defined names and prefixes to be used for
for dealing with headers required by Redis components
- Since:
- 2.2
- Author:
- Oleg Zhurakousky, Gary Russell, Artem Bilan, Attoumane Ahamadi
-
Field Summary
Fields Modifier and Type Field Description static String
COMMAND
static String
CONSUMER
static String
CONSUMER_GROUP
static String
KEY
static String
MAP_KEY
static String
MESSAGE_SOURCE
static String
PREFIX
static String
STREAM_KEY
static String
STREAM_MESSAGE_ID
static String
ZSET_INCREMENT_SCORE
static String
ZSET_SCORE
-
Method Summary
-
Field Details
-
PREFIX
- See Also:
- Constant Field Values
-
KEY
- See Also:
- Constant Field Values
-
MAP_KEY
- See Also:
- Constant Field Values
-
ZSET_SCORE
- See Also:
- Constant Field Values
-
ZSET_INCREMENT_SCORE
- See Also:
- Constant Field Values
-
COMMAND
- See Also:
- Constant Field Values
-
MESSAGE_SOURCE
- See Also:
- Constant Field Values
-
STREAM_KEY
- See Also:
- Constant Field Values
-
STREAM_MESSAGE_ID
- See Also:
- Constant Field Values
-
CONSUMER_GROUP
- See Also:
- Constant Field Values
-
CONSUMER
- See Also:
- Constant Field Values
-