Uses of Class
network.oxalis.commons.tracing.BraveConf
-
Packages that use BraveConf Package Description network.oxalis.commons.tracing -
-
Uses of BraveConf in network.oxalis.commons.tracing
Methods in network.oxalis.commons.tracing that return BraveConf Modifier and Type Method Description static BraveConfBraveConf. valueOf(String name)Returns the enum constant of this type with the specified name.static BraveConf[]BraveConf. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in network.oxalis.commons.tracing with type arguments of type BraveConf Modifier and Type Method Description protected zipkin2.reporter.ReporterTracingModule. getHttpReporter(Settings<BraveConf> settings)protected zipkin2.reporter.ReporterTracingModule. getReporter(com.google.inject.Injector injector, Settings<BraveConf> settings)
-