-
- All Implemented Interfaces:
public class MicrometerPlugin.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private ExceptionHandler<Exception>EXCEPTION_HANDLERpublic final static MicrometerPlugin.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final MicrometerPlugincreate(Consumer<MicrometerConfig> userConfig)final ExceptionHandler<Exception>getEXCEPTION_HANDLER()final UnitsetEXCEPTION_HANDLER(ExceptionHandler<Exception> EXCEPTION_HANDLER)-
-
Method Detail
-
create
final MicrometerPlugin create(Consumer<MicrometerConfig> userConfig)
-
getEXCEPTION_HANDLER
final ExceptionHandler<Exception> getEXCEPTION_HANDLER()
-
setEXCEPTION_HANDLER
final Unit setEXCEPTION_HANDLER(ExceptionHandler<Exception> EXCEPTION_HANDLER)
-
-
-
-