Uses of Enum Class
com.soklet.ServerSentEventComment.CommentType
Packages that use ServerSentEventComment.CommentType
-
Uses of ServerSentEventComment.CommentType in com.soklet
Subclasses with type arguments of type ServerSentEventComment.CommentType in com.sokletModifier and TypeClassDescriptionstatic enumTypes of Server-Sent Event comments.Methods in com.soklet that return ServerSentEventComment.CommentTypeModifier and TypeMethodDescriptionMetricsCollector.ServerSentEventCommentRouteDropKey.commentType()Returns the value of thecommentTyperecord component.MetricsCollector.ServerSentEventCommentRouteEnqueueOutcomeKey.commentType()Returns the value of thecommentTyperecord component.MetricsCollector.ServerSentEventCommentRouteKey.commentType()Returns the value of thecommentTyperecord component.ServerSentEventComment.getCommentType()The comment type.Returns the enum constant of this class with the specified name.static ServerSentEventComment.CommentType[]ServerSentEventComment.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 ServerSentEventComment.CommentTypeModifier and TypeMethodDescriptiondefault voidMetricsCollector.didBroadcastServerSentEventComment(@NonNull ResourcePathDeclaration route, @NonNull ServerSentEventComment.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 ServerSentEventComment.CommentTypeModifierConstructorDescriptionServerSentEventCommentRouteDropKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull ServerSentEventComment.CommentType commentType, @NonNull MetricsCollector.ServerSentEventDropReason dropReason) Creates an instance of aServerSentEventCommentRouteDropKeyrecord class.ServerSentEventCommentRouteEnqueueOutcomeKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull ServerSentEventComment.CommentType commentType, @NonNull MetricsCollector.ServerSentEventEnqueueOutcome outcome) Creates an instance of aServerSentEventCommentRouteEnqueueOutcomeKeyrecord class.ServerSentEventCommentRouteKey(@NonNull MetricsCollector.RouteType routeType, @Nullable ResourcePathDeclaration route, @NonNull ServerSentEventComment.CommentType commentType) Creates an instance of aServerSentEventCommentRouteKeyrecord class.