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.
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 MetricsCaptorAbstractMessageChannel.getMetricsCaptor()Methods in org.springframework.integration.channel with parameters of type MetricsCaptorModifier and TypeMethodDescriptionvoidAbstractMessageChannel.registerMetricsCaptor(MetricsCaptor metricsCaptorToRegister) voidNullChannel.registerMetricsCaptor(MetricsCaptor registry) voidQueueChannel.registerMetricsCaptor(MetricsCaptor metricsCaptor) -
Uses of MetricsCaptor in org.springframework.integration.config
Methods in org.springframework.integration.config with parameters of type MetricsCaptorModifier and TypeMethodDescriptionvoidIntegrationManagementConfigurer.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 TypeMethodDescriptionvoidAbstractMessageSource.registerMetricsCaptor(MetricsCaptor metricsCaptorToSet) -
Uses of MetricsCaptor in org.springframework.integration.gateway
Methods in org.springframework.integration.gateway with parameters of type MetricsCaptorModifier and TypeMethodDescriptionvoidGatewayProxyFactoryBean.registerMetricsCaptor(MetricsCaptor metricsCaptorToRegister) voidMessagingGatewaySupport.registerMetricsCaptor(MetricsCaptor metricsCaptorToRegister) -
Uses of MetricsCaptor in org.springframework.integration.handler
Methods in org.springframework.integration.handler that return MetricsCaptorModifier and TypeMethodDescriptionprotected MetricsCaptorMessageHandlerSupport.getMetricsCaptor()Methods in org.springframework.integration.handler with parameters of type MetricsCaptorModifier and TypeMethodDescriptionvoidMessageHandlerSupport.registerMetricsCaptor(MetricsCaptor metricsCaptorToRegister) -
Uses of MetricsCaptor in org.springframework.integration.support.management
Methods in org.springframework.integration.support.management with parameters of type MetricsCaptorModifier and TypeMethodDescriptiondefault voidIntegrationManagement.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