Uses of Class
com.vaadin.observability.micrometer.insights.RecentInteractions
Packages that use RecentInteractions
Package
Description
-
Uses of RecentInteractions in com.vaadin.observability.micrometer
Methods in com.vaadin.observability.micrometer that return RecentInteractionsModifier and TypeMethodDescriptionstatic RecentInteractionsObservabilityKit.getRecentInteractions()The recent-interactions buffer instrumentation is currently recording into, ornullif interaction backtracking has not been bound. -
Uses of RecentInteractions in com.vaadin.observability.micrometer.insights
Constructors in com.vaadin.observability.micrometer.insights with parameters of type RecentInteractionsModifierConstructorDescriptionInsightsService(@Nullable RecentInteractions buffer) InsightsService(@Nullable RecentInteractions buffer, @Nullable RecentQueries queries) InsightsService(@Nullable RecentInteractions buffer, @Nullable RecentQueries queries, @Nullable RecentClientErrors clientErrors) InteractionCollector(RecentInteractions buffer, ObservabilitySettings settings)