Class EventWrapperFactory
- java.lang.Object
-
- io.dropwizard.redis.metrics.event.wrapper.EventWrapperFactory
-
public class EventWrapperFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description EventWrapperFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VisitableEventWrapperbuild(io.lettuce.core.cluster.event.ClusterTopologyChangedEvent event)static VisitableEventWrapperbuild(io.lettuce.core.event.connection.ConnectedEvent event)static VisitableEventWrapperbuild(io.lettuce.core.event.connection.ConnectionActivatedEvent event)static VisitableEventWrapperbuild(io.lettuce.core.event.connection.ConnectionDeactivatedEvent event)static VisitableEventWrapperbuild(io.lettuce.core.event.connection.DisconnectedEvent event)static Optional<VisitableEventWrapper>build(io.lettuce.core.event.Event event)static VisitableEventWrapperbuild(io.lettuce.core.event.metrics.CommandLatencyEvent event)
-
-
-
Method Detail
-
build
public static VisitableEventWrapper build(io.lettuce.core.event.metrics.CommandLatencyEvent event)
-
build
public static VisitableEventWrapper build(io.lettuce.core.cluster.event.ClusterTopologyChangedEvent event)
-
build
public static VisitableEventWrapper build(io.lettuce.core.event.connection.ConnectedEvent event)
-
build
public static VisitableEventWrapper build(io.lettuce.core.event.connection.ConnectionActivatedEvent event)
-
build
public static VisitableEventWrapper build(io.lettuce.core.event.connection.ConnectionDeactivatedEvent event)
-
build
public static VisitableEventWrapper build(io.lettuce.core.event.connection.DisconnectedEvent event)
-
build
public static Optional<VisitableEventWrapper> build(io.lettuce.core.event.Event event)
-
-