Uses of Interface
org.springframework.integration.support.management.metrics.TimerFacade
Packages that use TimerFacade
Package
Description
Provides classes supporting messaging gateways.
Provides classes implementing various types of message handler.
Provides interfaces related to 5.0 metrics.
Provides classes to support the use of Micrometer for metrics.
-
Uses of TimerFacade in org.springframework.integration.gateway
Methods in org.springframework.integration.gateway that return TimerFacadeModifier and TypeMethodDescriptionprotected TimerFacade
MessagingGatewaySupport.buildSendTimer
(boolean success, String exception) protected TimerFacade
MessagingGatewaySupport.sendTimer()
-
Uses of TimerFacade in org.springframework.integration.handler
Methods in org.springframework.integration.handler that return TimerFacadeModifier and TypeMethodDescriptionprotected TimerFacade
MessageHandlerSupport.buildSendTimer
(boolean success, String exception) protected TimerFacade
MessageHandlerSupport.sendTimer()
-
Uses of TimerFacade in org.springframework.integration.support.management.metrics
Methods in org.springframework.integration.support.management.metrics that return TimerFacadeMethods in org.springframework.integration.support.management.metrics with parameters of type TimerFacade -
Uses of TimerFacade in org.springframework.integration.support.management.micrometer
Classes in org.springframework.integration.support.management.micrometer that implement TimerFacade