Uses of Enum Class
com.pyranid.MetricsCollector.TransactionClosureOutcome
-
Uses of MetricsCollector.TransactionClosureOutcome in com.pyranid
Subclasses with type arguments of type MetricsCollector.TransactionClosureOutcome in com.pyranidModifier and TypeClassDescriptionstatic enumLogical outcome for a closure-based transaction.Methods in com.pyranid that return MetricsCollector.TransactionClosureOutcomeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MetricsCollector.TransactionClosureOutcome.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.TransactionClosureOutcomeModifier and TypeMethodDescriptiondefault voidMetricsCollector.didExitTransactionClosure(@NonNull Transaction transaction, @NonNull MetricsCollector.TransactionClosureOutcome outcome, @NonNull DatabaseType databaseType, @NonNull Duration logicalDuration, @Nullable Throwable thrown) Called when Pyranid exits a closure-based transaction.