Uses of Enum Class
com.soklet.MetricsCollector.ServerSentEventEnqueueOutcome
Packages that use MetricsCollector.ServerSentEventEnqueueOutcome
-
Uses of MetricsCollector.ServerSentEventEnqueueOutcome in com.soklet
Subclasses with type arguments of type MetricsCollector.ServerSentEventEnqueueOutcome in com.sokletModifier and TypeClassDescriptionstatic enumOutcomes for a Server-Sent Event enqueue attempt.Methods in com.soklet that return MetricsCollector.ServerSentEventEnqueueOutcomeModifier and TypeMethodDescriptionMetricsCollector.ServerSentEventCommentRouteEnqueueOutcomeKey.outcome()Returns the value of theoutcomerecord component.MetricsCollector.ServerSentEventRouteEnqueueOutcomeKey.outcome()Returns the value of theoutcomerecord component.Returns the enum constant of this class with the specified name.MetricsCollector.ServerSentEventEnqueueOutcome.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.ServerSentEventEnqueueOutcomeModifierConstructorDescriptionServerSentEventCommentRouteEnqueueOutcomeKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull ServerSentEventComment.CommentType commentType, @NonNull MetricsCollector.ServerSentEventEnqueueOutcome outcome) Creates an instance of aServerSentEventCommentRouteEnqueueOutcomeKeyrecord class.ServerSentEventRouteEnqueueOutcomeKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull MetricsCollector.ServerSentEventEnqueueOutcome outcome) Creates an instance of aServerSentEventRouteEnqueueOutcomeKeyrecord class.