|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorCallback<T>
Callback interface for failed delivery of specific messages for which an error handler has been provided using the
MessageBuilder
API.
Errors can also be handled globally by subscribing a regular to the bus topic DefaultErrorCallback.CLIENT_ERROR_SUBJECT.
Method Summary | |
---|---|
boolean |
error(T message,
Throwable throwable)
Called when an error occurs on the bus. |
Method Detail |
---|
boolean error(T message, Throwable throwable)
message
- The message or request for which the failure occurred.throwable
- The exception thrown or null if not available
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |