Uses of Class
com.blackrook.redis.event.RedisMonitorEvent
Packages that use RedisMonitorEvent
Package
Description
Contains classes relevant to connecting to Redis servers.
Contains classes about Redis events.
-
Uses of RedisMonitorEvent in com.blackrook.redis
Methods in com.blackrook.redis with parameters of type RedisMonitorEventModifier and TypeMethodDescriptionprotected voidRedisMonitorConnection.fireOnMonitorEvent(RedisMonitorEvent event) Fires an event to listeners when this connection receives a monitor event. -
Uses of RedisMonitorEvent in com.blackrook.redis.event
Methods in com.blackrook.redis.event that return RedisMonitorEventModifier and TypeMethodDescriptionstatic RedisMonitorEventParses a string read by a MONITORed connection and turns it into an event.Methods in com.blackrook.redis.event with parameters of type RedisMonitorEventModifier and TypeMethodDescriptionvoidRedisMonitorDebugListener.onMonitorEvent(RedisMonitorEvent event) voidRedisMonitorListener.onMonitorEvent(RedisMonitorEvent event) Called when a MONITOR message is received.