Uses of Enum Class
com.soklet.MetricsCollector.SseEventDropReason
Packages that use MetricsCollector.SseEventDropReason
-
Uses of MetricsCollector.SseEventDropReason in com.soklet
Subclasses with type arguments of type MetricsCollector.SseEventDropReason in com.sokletModifier and TypeClassDescriptionstatic enumReasons a Server-Sent Event payload or comment was dropped before it could be written.Methods in com.soklet that return MetricsCollector.SseEventDropReasonModifier and TypeMethodDescriptionMetricsCollector.SseCommentRouteDropKey.dropReason()Returns the value of thedropReasonrecord component.MetricsCollector.SseEventRouteDropKey.dropReason()Returns the value of thedropReasonrecord component.Returns the enum constant of this class with the specified name.static MetricsCollector.SseEventDropReason[]MetricsCollector.SseEventDropReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet with parameters of type MetricsCollector.SseEventDropReasonModifier and TypeMethodDescriptiondefault voidMetricsCollector.didDropSseComment(@NonNull SseConnection sseConnection, @NonNull SseComment sseComment, @NonNull MetricsCollector.SseEventDropReason reason, @Nullable Integer payloadBytes, @Nullable Integer queueDepth) Called after an SSE comment is dropped before it can be enqueued for delivery.default voidMetricsCollector.didDropSseEvent(@NonNull SseConnection sseConnection, @NonNull SseEvent sseEvent, @NonNull MetricsCollector.SseEventDropReason reason, @Nullable Integer payloadBytes, @Nullable Integer queueDepth) Called after an SSE event is dropped before it can be enqueued for delivery.Constructors in com.soklet with parameters of type MetricsCollector.SseEventDropReasonModifierConstructorDescriptionSseCommentRouteDropKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull SseComment.CommentType commentType, @NonNull MetricsCollector.SseEventDropReason dropReason) Creates an instance of aSseCommentRouteDropKeyrecord class.SseEventRouteDropKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull MetricsCollector.SseEventDropReason dropReason) Creates an instance of aSseEventRouteDropKeyrecord class.