Skip navigation links

Package io.honeybadger.reporter.config

Configuration class are contained in this package.

See: Description

Package io.honeybadger.reporter.config Description

Configuration class are contained in this package. The usage pattern is that you will define an implementation of ConfigContext that provides a default values implementation and then you will subclass BaseChainedConfigContext and use the method overwriteWithContext() to load the default values into the class and then load that specific configuration's values on top of the default values.
Since:
1.0.10
Skip navigation links