
io.dropwizard.redis.metrics.event.wrapper.VisitableEventWrapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-redis Show documentation
Show all versions of dropwizard-redis Show documentation
Provides easy integration for Dropwizard applications with Redis
The newest version!
package io.dropwizard.redis.metrics.event.wrapper;
import io.dropwizard.redis.metrics.event.visitor.EventVisitor;
public interface VisitableEventWrapper {
void accept(EventVisitor visitor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy