-
- All Implemented Interfaces:
public class MicrometerPlugin.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public ExceptionHandler<Exception>exceptionHandlerprivate 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(@Deprecated(message = "User exceptionHandler instead", replaceWith = @ReplaceWith(imports = {}, expression = "exceptionHandler"), level = DeprecationLevel.ERROR) 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(@Deprecated(message = "User exceptionHandler instead", replaceWith = @ReplaceWith(imports = {}, expression = "exceptionHandler"), level = DeprecationLevel.ERROR) ExceptionHandler<Exception> EXCEPTION_HANDLER)
-
-
-
-