Uses of Record Class
org.springframework.integration.graph.TimerStats
Packages that use TimerStats
Package
Description
Provides classes related to the runtime object graph.
-
Uses of TimerStats in org.springframework.integration.graph
Methods in org.springframework.integration.graph that return TimerStatsModifier and TypeMethodDescriptionSendTimers.failures()
Returns the value of thefailures
record component.SendTimers.successes()
Returns the value of thesuccesses
record component.Constructors in org.springframework.integration.graph with parameters of type TimerStatsModifierConstructorDescriptionSendTimers
(TimerStats successes, TimerStats failures) Creates an instance of aSendTimers
record class.