Uses of Record Class
com.soklet.MetricsCollector.ServerSentEventCommentRouteKey
Packages that use MetricsCollector.ServerSentEventCommentRouteKey
-
Uses of MetricsCollector.ServerSentEventCommentRouteKey in com.soklet
Methods in com.soklet that return types with arguments of type MetricsCollector.ServerSentEventCommentRouteKeyModifier and TypeMethodDescription@NonNull Map<@NonNull MetricsCollector.ServerSentEventCommentRouteKey, @NonNull MetricsCollector.HistogramSnapshot> MetricsCollector.Snapshot.getSseCommentDeliveryLag()Returns SSE comment delivery lag histograms keyed by route and comment type.@NonNull Map<@NonNull MetricsCollector.ServerSentEventCommentRouteKey, @NonNull MetricsCollector.HistogramSnapshot> MetricsCollector.Snapshot.getSseCommentQueueDepth()Returns SSE comment queue depth histograms keyed by route and comment type.@NonNull Map<@NonNull MetricsCollector.ServerSentEventCommentRouteKey, @NonNull MetricsCollector.HistogramSnapshot> MetricsCollector.Snapshot.getSseCommentSizes()Returns SSE comment size histograms keyed by route and comment type.Method parameters in com.soklet with type arguments of type MetricsCollector.ServerSentEventCommentRouteKeyModifier and TypeMethodDescriptionMetricsCollector.Snapshot.Builder.sseCommentDeliveryLag(@Nullable Map<@NonNull MetricsCollector.ServerSentEventCommentRouteKey, @NonNull MetricsCollector.HistogramSnapshot> sseCommentDeliveryLag) Sets SSE comment delivery lag histograms keyed by route and comment type.MetricsCollector.Snapshot.Builder.sseCommentQueueDepth(@Nullable Map<@NonNull MetricsCollector.ServerSentEventCommentRouteKey, @NonNull MetricsCollector.HistogramSnapshot> sseCommentQueueDepth) Sets SSE comment queue depth histograms keyed by route and comment type.MetricsCollector.Snapshot.Builder.sseCommentSizes(@Nullable Map<@NonNull MetricsCollector.ServerSentEventCommentRouteKey, @NonNull MetricsCollector.HistogramSnapshot> sseCommentSizes) Sets SSE comment size histograms keyed by route and comment type.