Package org.jclouds.events.handlers
Class DeadEventLoggingHandler
java.lang.Object
org.jclouds.events.handlers.DeadEventLoggingHandler
Default handler for dead events.
It simply logs all dead events to allow debugging and troubleshooting.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleDeadEvent
(com.google.common.eventbus.DeadEvent deadEvent)
-
Constructor Details
-
DeadEventLoggingHandler
public DeadEventLoggingHandler()
-
-
Method Details
-
handleDeadEvent
public void handleDeadEvent(com.google.common.eventbus.DeadEvent deadEvent)
-