Class KeyValueProcessorOptions


  • public class KeyValueProcessorOptions
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends com.redis.spring.batch.support.KeyValue<java.lang.String,​?>>
      org.springframework.batch.item.ItemProcessor<T,​T>
      processor​(RedisOptions sourceRedis, RedisOptions targetRedis)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyValueProcessorOptions

        public KeyValueProcessorOptions()
    • Method Detail

      • 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)