Errai 3.0.1-SNAPSHOT

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.
 

Method Detail

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.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.