Class AbstractExportCommand

All Implemented Interfaces:
Callable<Integer>

public abstract class AbstractExportCommand extends AbstractTransferCommand
  • Constructor Details

    • AbstractExportCommand

      public AbstractExportCommand()
  • Method Details

    • setReaderOptions

      public void setReaderOptions(RedisReaderOptions readerOptions)
    • reader

      protected com.redis.spring.batch.RedisItemReader<String,com.redis.spring.batch.common.DataStructure<String>> reader(JobCommandContext context)
    • job

      protected <I, O> org.springframework.batch.core.Job job(JobCommandContext context, String name, org.springframework.batch.core.step.builder.SimpleStepBuilder<I,O> step, String task)