Class RedisEndpointBuilderFactory.RedisHeaderNameBuilder

  • Enclosing interface:
    RedisEndpointBuilderFactory

    public static class RedisEndpointBuilderFactory.RedisHeaderNameBuilder
    extends Object
    The builder of headers' name for the Spring Redis component.
    • Constructor Detail

      • RedisHeaderNameBuilder

        public RedisHeaderNameBuilder()
    • Method Detail

      • redisCommand

        public String redisCommand()
        The command to perform. The option is a: String type. Group: producer
        Returns:
        the name of the header Redis.Command.
      • redisKey

        public String redisKey()
        The key. The option is a: String type. Group: common
        Returns:
        the name of the header Redis.Key.
      • redisKeys

        public String redisKeys()
        The keys. The option is a: Collection<String> type. Group: common
        Returns:
        the name of the header Redis.Keys.
      • redisField

        public String redisField()
        The field. The option is a: String type. Group: common
        Returns:
        the name of the header Redis.Field.
      • redisFields

        public String redisFields()
        The fields. The option is a: Collection<String> type. Group: common
        Returns:
        the name of the header Redis.Fields.
      • redisValue

        public String redisValue()
        The value. The option is a: Object type. Group: common
        Returns:
        the name of the header Redis.Value.
      • redisValues

        public String 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

        public String redisStart()
        Start. The option is a: Long type. Group: common
        Returns:
        the name of the header Redis.Start.
      • redisEnd

        public String redisEnd()
        End. The option is a: Long type. Group: common
        Returns:
        the name of the header Redis.End.
      • redisTimeout

        public String redisTimeout()
        The timeout. The option is a: Long type. Group: common
        Returns:
        the name of the header Redis.Timeout.
      • redisOffset

        public String redisOffset()
        The offset. The option is a: Long type. Group: common
        Returns:
        the name of the header Redis.Offset.
      • redisDestination

        public String redisDestination()
        The destination. The option is a: String type. Group: common
        Returns:
        the name of the header Redis.Destination.
      • redisChannel

        public String redisChannel()
        The channel. The option is a: byte[] or String type. Group: common
        Returns:
        the name of the header Redis.Channel.
      • redisMessage

        public String redisMessage()
        The message. The option is a: Object type. Group: common
        Returns:
        the name of the header Redis.Message.
      • redisIndex

        public String redisIndex()
        The index. The option is a: Long type. Group: common
        Returns:
        the name of the header Redis.Index.
      • redisPosition

        public String redisPosition()
        The position. The option is a: String type. Group: common
        Returns:
        the name of the header Redis.Position.
      • redisPivot

        public String redisPivot()
        The pivot. The option is a: String type. Group: common
        Returns:
        the name of the header Redis.Pivot.
      • redisCount

        public String redisCount()
        Count. The option is a: Long type. Group: common
        Returns:
        the name of the header Redis.Count.
      • redisTimestamp

        public String redisTimestamp()
        The timestamp. The option is a: Long type. Group: common
        Returns:
        the name of the header Redis.Timestamp.
      • redisPattern

        public String redisPattern()
        The pattern. The option is a: byte[] or String type. Group: common
        Returns:
        the name of the header Redis.Pattern.
      • redisDb

        public String redisDb()
        The db. The option is a: Integer type. Group: common
        Returns:
        the name of the header Redis.Db.
      • redisScore

        public String redisScore()
        The score. The option is a: Double type. Group: common
        Returns:
        the name of the header Redis.Score.
      • redisMin

        public String redisMin()
        The min. The option is a: Double type. Group: common
        Returns:
        the name of the header Redis.Min.
      • redisMax

        public String redisMax()
        The max. The option is a: Double type. Group: common
        Returns:
        the name of the header Redis.Max.
      • redisIncrement

        public String redisIncrement()
        Increment. The option is a: Double type. Group: common
        Returns:
        the name of the header Redis.Increment.
      • redisWithscore

        public String redisWithscore()
        WithScore. The option is a: Boolean type. Group: common
        Returns:
        the name of the header Redis.WithScore.
      • redisLatitude

        public String redisLatitude()
        Latitude. The option is a: Double type. Group: common
        Returns:
        the name of the header Redis.Latitude.
      • redisLongitude

        public String redisLongitude()
        Longitude. The option is a: Double type. Group: common
        Returns:
        the name of the header Redis.Longitude.
      • redisRadius

        public String redisRadius()
        Radius. The option is a: Double type. Group: common
        Returns:
        the name of the header Redis.Radius.