Class RedisMonitorDebugListener

java.lang.Object
com.blackrook.redis.event.RedisMonitorDebugListener
All Implemented Interfaces:
RedisMonitorListener

public class RedisMonitorDebugListener extends Object implements RedisMonitorListener
An adapter class for RedisMonitorListener that prints messages to a PrintStream when events are heard.
Author:
Matthew Tropiano
  • Constructor Details

    • RedisMonitorDebugListener

      public RedisMonitorDebugListener()
      Creates a listener that dumps to System.out.
    • RedisMonitorDebugListener

      public RedisMonitorDebugListener(PrintStream out)
      Creates a listener.
      Parameters:
      out - the PrintStream to dump output to.
  • Method Details