BehaviorGuardEvaluator
is useful for debugging or logging, as it can detect misconfigurations in a system's event distribution. Directly copy from com.google.common.eventbus.DeadEvent
Modifier and type | Property and description |
---|---|
java.lang.Object | event Returns the wrapped, 'dead' event, which the system was unable to deliver to any registered BehaviorGuardEvaluator .
Deprecated for removal since 0.5: no more used since 0.5.
|
Constructor and description |
---|
new(Event) Creates a new DeadEvent.
Deprecated for removal since 0.5: no more used since 0.5.
|
Modifier and type | Action and description |
---|---|
java.lang.Object | getEvent Returns the wrapped, 'dead' event, which the system was unable to deliver to any registered BehaviorGuardEvaluator .
Deprecated for removal since 0.5: no more used since 0.5.
|
val event : java.lang.Object
BehaviorGuardEvaluator
.
This property is an alias for the action: getEvent
new(Event)
def getEvent : java.lang.Object
BehaviorGuardEvaluator
.