Class DeadEventLoggingHandler

java.lang.Object
org.jclouds.events.handlers.DeadEventLoggingHandler

@Singleton public class DeadEventLoggingHandler extends Object
Default handler for dead events.

It simply logs all dead events to allow debugging and troubleshooting.

  • Constructor Details

    • DeadEventLoggingHandler

      public DeadEventLoggingHandler()
  • Method Details

    • handleDeadEvent

      public void handleDeadEvent(com.google.common.eventbus.DeadEvent deadEvent)