Uses of Record Class
ch.rswk.meta.engine.LoggingService.LoggingServiceAlertConfig
Packages that use LoggingService.LoggingServiceAlertConfig
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of LoggingService.LoggingServiceAlertConfig in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine declared as LoggingService.LoggingServiceAlertConfigModifier and TypeFieldDescriptionprivate final @Nullable LoggingService.LoggingServiceAlertConfig
LoggingService.LoggingServiceConfig.alert
The field for thealert
record component.Methods in ch.rswk.meta.engine that return LoggingService.LoggingServiceAlertConfigModifier and TypeMethodDescription@Nullable LoggingService.LoggingServiceAlertConfig
LoggingService.LoggingServiceConfig.alert()
Returns the value of thealert
record component.Constructors in ch.rswk.meta.engine with parameters of type LoggingService.LoggingServiceAlertConfigModifierConstructorDescriptionLoggingServiceConfig
(@Nullable LoggingService.LoggingServiceAlertConfig alert, @Nullable Map<String, String> loggers, String luceneIndexDir, int retention, @Nullable List<LoggingService.LoggingServiceRetentionPathConfig> retentionPaths, @Nullable List<String> unhealthyFiles) Creates an instance of aLoggingServiceConfig
record class. -
Uses of LoggingService.LoggingServiceAlertConfig in ch.rswk.meta.engine.test
Fields in ch.rswk.meta.engine.test declared as LoggingService.LoggingServiceAlertConfigModifier and TypeFieldDescriptionprivate static final LoggingService.LoggingServiceAlertConfig
LoggingServiceTest.ALERT_CONFIG
Methods in ch.rswk.meta.engine.test with parameters of type LoggingService.LoggingServiceAlertConfigModifier and TypeMethodDescriptionLoggingServiceTest.newLoggingServiceTestConfig
(@Nullable LoggingService.LoggingServiceAlertConfig alarmConfig, @Nullable Path luceneIndexDir)