Uses of Enum Class
com.pyranid.MetricsCollector.NotificationSessionOutcome
-
Uses of MetricsCollector.NotificationSessionOutcome in com.pyranid
Subclasses with type arguments of type MetricsCollector.NotificationSessionOutcome in com.pyranidModifier and TypeClassDescriptionstatic enumTerminal outcome for an opened notification session.Methods in com.pyranid that return MetricsCollector.NotificationSessionOutcomeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MetricsCollector.NotificationSessionOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pyranid with parameters of type MetricsCollector.NotificationSessionOutcomeModifier and TypeMethodDescriptiondefault voidMetricsCollector.didCloseNotificationSession(@NonNull DatabaseType databaseType, @NonNull UUID notificationSessionId, @NonNull MetricsCollector.NotificationSessionOutcome outcome, @NonNull Duration sessionDuration, @Nullable Throwable throwable) Called after an opened notification session reaches a terminal state and cleanup completes.