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

com.apollographql.apollo.IdleResourceCallback Maven / Gradle / Ivy

There is a newer version: 3.4.2
Show newest version
/**
 * Copyright 2018-2019 Amazon.com,
 * Inc. or its affiliates. All Rights Reserved.
 *
 * SPDX-License-Identifier: Apache-2.0
 */

package com.apollographql.apollo;

/**
 * Callback which gets invoked when the resource transitions
 * from active to idle state.
 */
public interface IdleResourceCallback {

  /**
   * Gets called when the resource transitions from active to idle state.
   */
  void onIdle();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy