Class AbstractExportCommand

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>

    public abstract class AbstractExportCommand
    extends AbstractTransferCommand
    • Constructor Detail

      • AbstractExportCommand

        public AbstractExportCommand()
    • Method Detail

      • reader

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

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