Class KeyValueProcessorOptions


  • public class KeyValueProcessorOptions
    extends java.lang.Object
    • Constructor Detail

      • KeyValueProcessorOptions

        public KeyValueProcessorOptions()
    • Method Detail

      • getKeyProcessor

        public java.lang.String getKeyProcessor()
      • getTtlProcessor

        public java.lang.String getTtlProcessor()
      • processor

        public <T extends com.redis.spring.batch.support.KeyValue<java.lang.String,​?>> org.springframework.batch.item.ItemProcessor<T,​T> processor​(RedisOptions sourceRedis,
                                                                                                                                                               RedisOptions targetRedis)