Class SpelIndexDefinition

java.lang.Object
org.springframework.data.redis.core.index.RedisIndexDefinition
org.springframework.data.redis.core.index.SpelIndexDefinition
All Implemented Interfaces:
IndexDefinition

public class SpelIndexDefinition extends RedisIndexDefinition
SpelIndexDefinition defines index that is evaluated based on a SpelExpression requires the SpelIndexResolver to be evaluated.
Since:
1.7
Author:
Christoph Strobl
  • Constructor Details

    • SpelIndexDefinition

      public SpelIndexDefinition(String keyspace, String expression, String indexName)
      Creates new SpelIndexDefinition.
      Parameters:
      keyspace - must not be null.
      expression - must not be null.
      indexName - must not be null.
  • Method Details