org.swisspush.redisques.util.RedisquesConfigurationProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redisques Show documentation
Show all versions of redisques Show documentation
A highly scalable redis-persistent queuing system for vertx
package org.swisspush.redisques.util;
import io.vertx.core.json.JsonObject;
public interface RedisquesConfigurationProvider {
RedisquesConfiguration configuration();
Result updateConfiguration(JsonObject configuration, boolean validateOnly);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy