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

com.rollbar.notifier.config.ConfigProvider 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.config;

public interface ConfigProvider {
  /**
   * Provides the config given a builder.
   *
   * @param builder an instance of {@link ConfigBuilder} with defaults set
   * @return the config
   */
  Config provide(ConfigBuilder builder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy