Package org.apache.nifi.redis.util
Interface RedisAction<T>
public interface RedisAction<T>
An action to be executed with a RedisConnection.
-
Method Summary
-
Method Details
-
execute
T execute(org.springframework.data.redis.connection.RedisConnection redisConnection) throws IOException - Throws:
IOException
-