Package org.springframework.integration.jmx.config
Provides classes for configuration - parsers, namespace handlers.
-
Class Summary Class Description AttributePollingChannelAdapterParser IntegrationMBeanExportConfiguration @Configuration
class that registers aIntegrationMBeanExporter
bean.JmxIntegrationConfigurationInitializer The JMX Integration infrastructurebeanFactory
initializer.JmxNamespaceHandler Namespace handler for Spring Integration's jmx namespace.MBeanExporterParser Parser for the 'mbean-export' element of the integration JMX namespace.MBeanTreePollingChannelAdapterParser NotificationListeningChannelAdapterParser NotificationPublishingChannelAdapterParser OperationInvokingChannelAdapterParser OperationInvokingOutboundGatewayParser -
Annotation Types Summary Annotation Type Description EnableIntegrationMBeanExport Enables default exporting for Spring Integration components in an existing application, as well as well all@ManagedResource
annotated beans.