Uses of Enum Class
com.soklet.MetricsCollector.SseEventEnqueueOutcome
Packages that use MetricsCollector.SseEventEnqueueOutcome
-
Uses of MetricsCollector.SseEventEnqueueOutcome in com.soklet
Subclasses with type arguments of type MetricsCollector.SseEventEnqueueOutcome in com.sokletModifier and TypeClassDescriptionstatic enumOutcomes for a Server-Sent Event enqueue attempt.Methods in com.soklet that return MetricsCollector.SseEventEnqueueOutcomeModifier and TypeMethodDescriptionMetricsCollector.SseCommentRouteEnqueueOutcomeKey.outcome()Returns the value of theoutcomerecord component.MetricsCollector.SseEventRouteEnqueueOutcomeKey.outcome()Returns the value of theoutcomerecord component.Returns the enum constant of this class with the specified name.MetricsCollector.SseEventEnqueueOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.soklet with parameters of type MetricsCollector.SseEventEnqueueOutcomeModifierConstructorDescriptionSseCommentRouteEnqueueOutcomeKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull SseComment.CommentType commentType, @NonNull MetricsCollector.SseEventEnqueueOutcome outcome) Creates an instance of aSseCommentRouteEnqueueOutcomeKeyrecord class.SseEventRouteEnqueueOutcomeKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull MetricsCollector.SseEventEnqueueOutcome outcome) Creates an instance of aSseEventRouteEnqueueOutcomeKeyrecord class.