Uses of Class
com.github.kagkarlsson.scheduler.stats.StatsRegistry.ExecutionStatsEvent
-
Packages that use StatsRegistry.ExecutionStatsEvent Package Description com.github.kagkarlsson.scheduler.stats -
-
Uses of StatsRegistry.ExecutionStatsEvent in com.github.kagkarlsson.scheduler.stats
Methods in com.github.kagkarlsson.scheduler.stats that return StatsRegistry.ExecutionStatsEvent Modifier and Type Method Description static StatsRegistry.ExecutionStatsEventStatsRegistry.ExecutionStatsEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static StatsRegistry.ExecutionStatsEvent[]StatsRegistry.ExecutionStatsEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.kagkarlsson.scheduler.stats with parameters of type StatsRegistry.ExecutionStatsEvent Modifier and Type Method Description voidMicrometerStatsRegistry. register(StatsRegistry.ExecutionStatsEvent e)voidStatsRegistry.DefaultStatsRegistry. register(StatsRegistry.ExecutionStatsEvent e)voidStatsRegistry. register(StatsRegistry.ExecutionStatsEvent e)
-