Package com.example.provider1
Class ProviderUtil
java.lang.Object
com.example.BaseUtil
com.example.provider1.ProviderUtil
This class provides the configuration used for the provider instance.
Overwriting configuration steps allows customizing the behavior of the framework through injection.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprotected org.apache.commons.cli.OptionsConfigures the available command line flags.com.google.inject.InjectorMethods inherited from class com.example.BaseUtil
createCustomCryptoSettings, getAddress, getEpr, getIface, getParsedArgs, isUseTls, localLoggerConfig, setAddress, setEpr, setIface, setUseTls
-
Field Details
-
OPT_REPORT_INTERVAL
- See Also:
-
OPT_WAVEFORMS_INTERVAL
- See Also:
-
-
Constructor Details
-
ProviderUtil
-
-
Method Details
-
getInjector
public com.google.inject.Injector getInjector() -
addMetricQualityDemo
-
configureOptions
protected org.apache.commons.cli.Options configureOptions()Description copied from class:BaseUtilConfigures the available command line flags.- Overrides:
configureOptionsin classBaseUtil- Returns:
- configured command line flags
-
getReportInterval
-
getWaveformInterval
-