Uses of Enum Class
com.vaadin.observability.micrometer.ResyncDetector.Kind
Packages that use ResyncDetector.Kind
-
Uses of ResyncDetector.Kind in com.vaadin.observability.micrometer
Methods in com.vaadin.observability.micrometer that return ResyncDetector.KindModifier and TypeMethodDescriptionResyncDetector.Result.kind()Returns the value of thekindrecord component.static ResyncDetector.KindReturns the enum constant of this class with the specified name.static ResyncDetector.Kind[]ResyncDetector.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.observability.micrometer with parameters of type ResyncDetector.KindModifierConstructorDescriptionResult(ResyncDetector.Kind kind, int lastClientId) Creates an instance of aResultrecord class.