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

io.dropwizard.redis.codec.RedisCodecFactory Maven / Gradle / Ivy

package io.dropwizard.redis.codec;

import com.fasterxml.jackson.annotation.JsonTypeInfo;
import io.dropwizard.jackson.Discoverable;
import io.lettuce.core.codec.RedisCodec;

@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type")
public interface RedisCodecFactory extends Discoverable {
    RedisCodec build();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy