public interface ServiceFailureEvent
Event indicating a service failure. Contains a thrown exception.
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
cause()
Returns a cause of the failure.
|
java.lang.String |
serviceName()
Returns a name of the failed service.
|