All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 inputs, Chunk> outputs);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy