Uses of Interface
org.springframework.integration.support.management.metrics.MetricsCaptor
Packages that use MetricsCaptor
Package
Description
Provides classes representing various channel types.
Base package for configuration.
Provides core classes related to Endpoints.
Provides classes supporting messaging gateways.
Provides classes implementing various types of message handler.
Base package for JMS Support.
Provides classes related to management support.
Provides classes to support the use of Micrometer for metrics.
-
Uses of MetricsCaptor in org.springframework.integration.channel
Methods in org.springframework.integration.channel that return MetricsCaptorModifier and TypeMethodDescriptionprotected MetricsCaptor
AbstractMessageChannel.getMetricsCaptor()
Methods in org.springframework.integration.channel with parameters of type MetricsCaptorModifier and TypeMethodDescriptionvoid
AbstractMessageChannel.registerMetricsCaptor
(MetricsCaptor metricsCaptorToRegister) void
NullChannel.registerMetricsCaptor
(MetricsCaptor registry) void
QueueChannel.registerMetricsCaptor
(MetricsCaptor metricsCaptor) -
Uses of MetricsCaptor in org.springframework.integration.config
Methods in org.springframework.integration.config with parameters of type MetricsCaptorModifier and TypeMethodDescriptionvoid
IntegrationManagementConfigurer.setMetricsCaptor
(MetricsCaptor metricsCaptor) Method parameters in org.springframework.integration.config with type arguments of type MetricsCaptorModifier and TypeMethodDescriptionIntegrationManagementConfiguration.managementConfigurer
(ObjectProvider<MetricsCaptor> metricsCaptorProvider, ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistryProvider) -
Uses of MetricsCaptor in org.springframework.integration.endpoint
Methods in org.springframework.integration.endpoint with parameters of type MetricsCaptorModifier and TypeMethodDescriptionvoid
AbstractMessageSource.registerMetricsCaptor
(MetricsCaptor metricsCaptorToSet) -
Uses of MetricsCaptor in org.springframework.integration.gateway
Methods in org.springframework.integration.gateway with parameters of type MetricsCaptorModifier and TypeMethodDescriptionvoid
GatewayProxyFactoryBean.registerMetricsCaptor
(MetricsCaptor metricsCaptorToRegister) void
MessagingGatewaySupport.registerMetricsCaptor
(MetricsCaptor metricsCaptorToRegister) -
Uses of MetricsCaptor in org.springframework.integration.handler
Methods in org.springframework.integration.handler that return MetricsCaptorModifier and TypeMethodDescriptionprotected MetricsCaptor
MessageHandlerSupport.getMetricsCaptor()
Methods in org.springframework.integration.handler with parameters of type MetricsCaptorModifier and TypeMethodDescriptionvoid
MessageHandlerSupport.registerMetricsCaptor
(MetricsCaptor metricsCaptorToRegister) -
Uses of MetricsCaptor in org.springframework.integration.jms
Methods in org.springframework.integration.jms with parameters of type MetricsCaptorModifier and TypeMethodDescriptionvoid
JmsInboundGateway.registerMetricsCaptor
(MetricsCaptor metricsCaptorToRegister) void
JmsMessageDrivenEndpoint.registerMetricsCaptor
(MetricsCaptor captor) void
ChannelPublishingJmsMessageListener.setMetricsCaptor
(MetricsCaptor captor) -
Uses of MetricsCaptor in org.springframework.integration.support.management
Methods in org.springframework.integration.support.management with parameters of type MetricsCaptorModifier and TypeMethodDescriptiondefault void
IntegrationManagement.registerMetricsCaptor
(MetricsCaptor captor) Inject aMetricsCaptor
. -
Uses of MetricsCaptor in org.springframework.integration.support.management.micrometer
Classes in org.springframework.integration.support.management.micrometer that implement MetricsCaptor