All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.urbanairship.connect.client.FatalExceptionHandler Maven / Gradle / Ivy

There is a newer version: 5.4.2
Show newest version
/*
Copyright 2015 Urban Airship and Contributors
*/

package com.urbanairship.connect.client;

/**
 * This class is intended to notify the implementing service that a {@link MobileEventConsumerService}
 * instance failed to connect and will thus discontinue any more attempts to connect/consume.
 */
public interface FatalExceptionHandler {

    public void handle(Exception e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy