com.redis.spring.batch.writer.Operation Maven / Gradle / Ivy
package com.redis.spring.batch.writer;
import java.util.List;
import io.lettuce.core.RedisFuture;
import io.lettuce.core.api.async.BaseRedisAsyncCommands;
public interface Operation {
void execute(BaseRedisAsyncCommands commands, T item, List> futures);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy