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

io.dropwizard.redis.metrics.EventPublisherOptionsFactory Maven / Gradle / Ivy

The newest version!
package io.dropwizard.redis.metrics;

import com.fasterxml.jackson.annotation.JsonTypeInfo;
import io.dropwizard.jackson.Discoverable;
import io.lettuce.core.event.EventPublisherOptions;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy