Uses of Enum Class
org.eclipse.ditto.internal.utils.health.StatusDetailMessage.Level
Packages that use StatusDetailMessage.Level
-
Uses of StatusDetailMessage.Level in org.eclipse.ditto.internal.utils.health
Fields in org.eclipse.ditto.internal.utils.health declared as StatusDetailMessage.LevelModifier and TypeFieldDescriptionstatic final StatusDetailMessage.LevelStatusDetailMessage.Level.DEFAULTMethods in org.eclipse.ditto.internal.utils.health that return StatusDetailMessage.LevelModifier and TypeMethodDescriptionStatusDetailMessage.getLevel()protected StatusDetailMessage.LevelAbstractBackgroundStreamingActorWithConfigWithStatusReport.getMostSevereLevelFromEvents(Deque<org.apache.pekko.japi.Pair<Instant, AbstractBackgroundStreamingActorWithConfigWithStatusReport.Event>> events) Get the most severe log level from events.default StatusDetailMessage.LevelAbstractBackgroundStreamingActorWithConfigWithStatusReport.Event.level()AbstractBackgroundStreamingActorWithConfigWithStatusReport.StreamTerminated.level()static StatusDetailMessage.LevelReturns the enum constant of this class with the specified name.static StatusDetailMessage.Level[]StatusDetailMessage.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.ditto.internal.utils.health with parameters of type StatusDetailMessage.LevelModifier and TypeMethodDescriptionstatic StatusDetailMessageStatusDetailMessage.of(StatusDetailMessage.Level level, String message) static StatusDetailMessageStatusDetailMessage.of(StatusDetailMessage.Level level, org.eclipse.ditto.json.JsonValue message)