org.jboss.errai.bus.client.api
Interface TransportErrorHandler
public interface TransportErrorHandler
A transport error handler is used for handling errors which arise from network communication problems between the
client bus and the remote server bus.
- Author:
- Mike Brock
Method Summary |
void |
onError(TransportError error)
Called by the bus upon an error that occurs during communication. |
onError
void onError(TransportError error)
- Called by the bus upon an error that occurs during communication.
- Parameters:
error
- an TransportError
containing details of the error and also error handling functionality.
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.