Class RedisEndpointBuilderFactory.RedisHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.RedisEndpointBuilderFactory.RedisHeaderNameBuilder
- Enclosing interface:
RedisEndpointBuilderFactory
The builder of headers' name for the Spring Redis component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe channel.The command to perform.Count.redisDb()
The db.The destination.redisEnd()
End.The field.The fields.Increment.The index.redisKey()
The key.The keys.Latitude.Longitude.redisMax()
The max.The message.redisMin()
The min.The offset.The pattern.The pivot.The position.Radius.The score.Start.The timeout.The timestamp.The value.The values.WithScore.
-
Constructor Details
-
RedisHeaderNameBuilder
public RedisHeaderNameBuilder()
-
-
Method Details
-
redisCommand
The command to perform. The option is a:String
type. Group: producer- Returns:
- the name of the header
Redis.Command
.
-
redisKey
The key. The option is a:String
type. Group: common- Returns:
- the name of the header
Redis.Key
.
-
redisKeys
The keys. The option is a:Collection<String>
type. Group: common- Returns:
- the name of the header
Redis.Keys
.
-
redisField
The field. The option is a:String
type. Group: common- Returns:
- the name of the header
Redis.Field
.
-
redisFields
The fields. The option is a:Collection<String>
type. Group: common- Returns:
- the name of the header
Redis.Fields
.
-
redisValue
The value. The option is a:Object
type. Group: common- Returns:
- the name of the header
Redis.Value
.
-
redisValues
The values. The option is a:Map<String, Object> or Collection<Object>
type. Group: common- Returns:
- the name of the header
Redis.Values
.
-
redisStart
Start. The option is a:Long
type. Group: common- Returns:
- the name of the header
Redis.Start
.
-
redisEnd
End. The option is a:Long
type. Group: common- Returns:
- the name of the header
Redis.End
.
-
redisTimeout
The timeout. The option is a:Long
type. Group: common- Returns:
- the name of the header
Redis.Timeout
.
-
redisOffset
The offset. The option is a:Long
type. Group: common- Returns:
- the name of the header
Redis.Offset
.
-
redisDestination
The destination. The option is a:String
type. Group: common- Returns:
- the name of the header
Redis.Destination
.
-
redisChannel
The channel. The option is a:byte[] or String
type. Group: common- Returns:
- the name of the header
Redis.Channel
.
-
redisMessage
The message. The option is a:Object
type. Group: common- Returns:
- the name of the header
Redis.Message
.
-
redisIndex
The index. The option is a:Long
type. Group: common- Returns:
- the name of the header
Redis.Index
.
-
redisPosition
The position. The option is a:String
type. Group: common- Returns:
- the name of the header
Redis.Position
.
-
redisPivot
The pivot. The option is a:String
type. Group: common- Returns:
- the name of the header
Redis.Pivot
.
-
redisCount
Count. The option is a:Long
type. Group: common- Returns:
- the name of the header
Redis.Count
.
-
redisTimestamp
The timestamp. The option is a:Long
type. Group: common- Returns:
- the name of the header
Redis.Timestamp
.
-
redisPattern
The pattern. The option is a:byte[] or String
type. Group: common- Returns:
- the name of the header
Redis.Pattern
.
-
redisDb
The db. The option is a:Integer
type. Group: common- Returns:
- the name of the header
Redis.Db
.
-
redisScore
The score. The option is a:Double
type. Group: common- Returns:
- the name of the header
Redis.Score
.
-
redisMin
The min. The option is a:Double
type. Group: common- Returns:
- the name of the header
Redis.Min
.
-
redisMax
The max. The option is a:Double
type. Group: common- Returns:
- the name of the header
Redis.Max
.
-
redisIncrement
Increment. The option is a:Double
type. Group: common- Returns:
- the name of the header
Redis.Increment
.
-
redisWithscore
WithScore. The option is a:Boolean
type. Group: common- Returns:
- the name of the header
Redis.WithScore
.
-
redisLatitude
Latitude. The option is a:Double
type. Group: common- Returns:
- the name of the header
Redis.Latitude
.
-
redisLongitude
Longitude. The option is a:Double
type. Group: common- Returns:
- the name of the header
Redis.Longitude
.
-
redisRadius
Radius. The option is a:Double
type. Group: common- Returns:
- the name of the header
Redis.Radius
.
-