org.jclouds.events.handlers
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.
- Author:
- Ignasi Barrera
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeadEventLoggingHandler
public DeadEventLoggingHandler()
handleDeadEvent
public final void handleDeadEvent(com.google.common.eventbus.DeadEvent deadEvent)
- Due to Guava Issue
786
handleDeadEvent(DeadEvent) is marked finalto avoid having
duplicate events.
Copyright © 2009-2013 jclouds. All Rights Reserved.