io.odpf.depot.redis.client.response.RedisResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of depot Show documentation
Show all versions of depot Show documentation
A sink connector library containing multiple sink implementations
package io.odpf.depot.redis.client.response;
public interface RedisResponse {
String getMessage();
boolean isFailed();
}