public class DeadEvent
extends java.lang.Object
Subscribing a DeadEvent handler is useful for debugging or logging, as it can detect misconfigurations in a system's event distribution.
public DeadEvent(java.lang.Object source, java.lang.Object event)
source
- object broadcasting the DeadEvent (generally the Bus
).event
- the event that could not be delivered.