
com.redis.spring.batch.common.Operation Maven / Gradle / Ivy
The newest version!
package com.redis.spring.batch.common;
import org.springframework.batch.item.Chunk;
import io.lettuce.core.RedisFuture;
import io.lettuce.core.api.async.BaseRedisAsyncCommands;
public interface Operation {
void execute(BaseRedisAsyncCommands commands, Chunk extends I> inputs, Chunk> outputs);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy