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

com.rollbar.notifier.provider.Provider Maven / Gradle / Ivy

Go to download

For connecting your applications built on the JVM to Rollbar for Error Reporting

The newest version!
package com.rollbar.notifier.provider;

import com.rollbar.notifier.Rollbar;
import com.rollbar.notifier.config.Config;

/**
 * Provider interface used to retrieve different data by {@link Rollbar the notifier} through the
 * {@link Config config} supplied to it.
 */
public interface Provider {

  /**
   * Provides the value.
   *
   * @return the value.
   */
  T provide();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy