Uses of Enum Class
com.soklet.SseComment.CommentType
Packages that use SseComment.CommentType
-
Uses of SseComment.CommentType in com.soklet
Subclasses with type arguments of type SseComment.CommentType in com.sokletModifier and TypeClassDescriptionstatic enumTypes of Server-Sent Event comments.Methods in com.soklet that return SseComment.CommentTypeModifier and TypeMethodDescriptionMetricsCollector.SseCommentRouteDropKey.commentType()Returns the value of thecommentTyperecord component.MetricsCollector.SseCommentRouteEnqueueOutcomeKey.commentType()Returns the value of thecommentTyperecord component.MetricsCollector.SseCommentRouteKey.commentType()Returns the value of thecommentTyperecord component.SseComment.getCommentType()The comment type.static SseComment.CommentTypeReturns the enum constant of this class with the specified name.static SseComment.CommentType[]SseComment.CommentType.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 SseComment.CommentTypeModifier and TypeMethodDescriptiondefault voidMetricsCollector.didBroadcastSseComment(@NonNull ResourcePathDeclaration route, @NonNull SseComment.CommentType commentType, int attempted, int enqueued, int dropped) Called after a broadcast attempt for a Server-Sent Event comment payload.Constructors in com.soklet with parameters of type SseComment.CommentTypeModifierConstructorDescriptionSseCommentRouteDropKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull SseComment.CommentType commentType, @NonNull MetricsCollector.SseEventDropReason dropReason) Creates an instance of aSseCommentRouteDropKeyrecord class.SseCommentRouteEnqueueOutcomeKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull SseComment.CommentType commentType, @NonNull MetricsCollector.SseEventEnqueueOutcome outcome) Creates an instance of aSseCommentRouteEnqueueOutcomeKeyrecord class.SseCommentRouteKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull SseComment.CommentType commentType) Creates an instance of aSseCommentRouteKeyrecord class.