Uses of Enum Class
com.soklet.MetricsCollector.ServerSentEventDropReason
Packages that use MetricsCollector.ServerSentEventDropReason
-
Uses of MetricsCollector.ServerSentEventDropReason in com.soklet
Subclasses with type arguments of type MetricsCollector.ServerSentEventDropReason 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.ServerSentEventDropReasonModifier and TypeMethodDescriptionMetricsCollector.ServerSentEventCommentRouteDropKey.dropReason()Returns the value of thedropReasonrecord component.MetricsCollector.ServerSentEventRouteDropKey.dropReason()Returns the value of thedropReasonrecord component.Returns the enum constant of this class with the specified name.MetricsCollector.ServerSentEventDropReason.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.ServerSentEventDropReasonModifier and TypeMethodDescriptiondefault voidMetricsCollector.didDropServerSentEvent(@NonNull ServerSentEventConnection serverSentEventConnection, @NonNull ServerSentEvent serverSentEvent, @NonNull MetricsCollector.ServerSentEventDropReason reason, @Nullable Integer payloadBytes, @Nullable Integer queueDepth) Called after an SSE event is dropped before it can be enqueued for delivery.default voidMetricsCollector.didDropServerSentEventComment(@NonNull ServerSentEventConnection serverSentEventConnection, @NonNull ServerSentEventComment serverSentEventComment, @NonNull MetricsCollector.ServerSentEventDropReason reason, @Nullable Integer payloadBytes, @Nullable Integer queueDepth) Called after an SSE comment is dropped before it can be enqueued for delivery.Constructors in com.soklet with parameters of type MetricsCollector.ServerSentEventDropReasonModifierConstructorDescriptionServerSentEventCommentRouteDropKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull ServerSentEventComment.CommentType commentType, @NonNull MetricsCollector.ServerSentEventDropReason dropReason) Creates an instance of aServerSentEventCommentRouteDropKeyrecord class.ServerSentEventRouteDropKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull MetricsCollector.ServerSentEventDropReason dropReason) Creates an instance of aServerSentEventRouteDropKeyrecord class.