Uses of Annotation Interface
org.springframework.integration.support.management.IntegrationManagedResource
Packages that use IntegrationManagedResource
Package
Description
Provides classes representing various channel types.
Provides core classes related to Endpoints.
Provides classes supporting messaging gateways.
Provides classes implementing various types of message handler.
Provides classes supporting the capture of message history.
Base package for JMX support.
Provides inbound Spring Integration MqttAdapter components.
Provides classes supporting inbound endpoints.
Provides classes supporting the router pattern.
Provides classes which represent inbound STOMP components.
Provides classes related to management support.
Provides classes for inbound channel adapters over ZeroMQ.
-
Uses of IntegrationManagedResource in org.springframework.integration.channel
Classes in org.springframework.integration.channel with annotations of type IntegrationManagedResourceModifier and TypeClassDescriptionclass
Base class forMessageChannel
implementations providing common properties such as the channel name.class
A channel implementation that essentially behaves like "/dev/null". -
Uses of IntegrationManagedResource in org.springframework.integration.endpoint
Classes in org.springframework.integration.endpoint with annotations of type IntegrationManagedResourceModifier and TypeClassDescriptionclass
The base class for Message Endpoint implementations.class
Abstract message source. -
Uses of IntegrationManagedResource in org.springframework.integration.gateway
Classes in org.springframework.integration.gateway with annotations of type IntegrationManagedResourceModifier and TypeClassDescriptionclass
A convenient base class for connecting application code toMessageChannel
s for sending, receiving, or request-reply operations. -
Uses of IntegrationManagedResource in org.springframework.integration.handler
Classes in org.springframework.integration.handler with annotations of type IntegrationManagedResourceModifier and TypeClassDescriptionclass
AMessageHandler
that is capable of delaying the continuation of a Message flow based on the result of evaluationdelayExpression
on an inboundMessage
or a default delay value configured on this handler.class
Base class for Message handling components that provides basic validation and error handling capabilities. -
Uses of IntegrationManagedResource in org.springframework.integration.history
Classes in org.springframework.integration.history with annotations of type IntegrationManagedResource -
Uses of IntegrationManagedResource in org.springframework.integration.jmx
Classes in org.springframework.integration.jmx with annotations of type IntegrationManagedResourceModifier and TypeClassDescriptionstatic class
Simple class used for the actual MBean instances to be registered. -
Uses of IntegrationManagedResource in org.springframework.integration.mqtt.inbound
Classes in org.springframework.integration.mqtt.inbound with annotations of type IntegrationManagedResourceModifier and TypeClassDescriptionclass
Abstract class for MQTT Message-Driven Channel Adapters. -
Uses of IntegrationManagedResource in org.springframework.integration.redis.inbound
Classes in org.springframework.integration.redis.inbound with annotations of type IntegrationManagedResourceModifier and TypeClassDescriptionclass
class
-
Uses of IntegrationManagedResource in org.springframework.integration.router
Classes in org.springframework.integration.router with annotations of type IntegrationManagedResourceModifier and TypeClassDescriptionclass
Base class for all Message Routers.interface
Exposes adding/removing individual recipients operations for RecipientListRouter. -
Uses of IntegrationManagedResource in org.springframework.integration.stomp.inbound
Classes in org.springframework.integration.stomp.inbound with annotations of type IntegrationManagedResourceModifier and TypeClassDescriptionclass
TheMessageProducerSupport
for STOMP protocol to handle STOMP frames from provided destination and send messages to theoutputChannel
. -
Uses of IntegrationManagedResource in org.springframework.integration.support.management
Classes in org.springframework.integration.support.management with annotations of type IntegrationManagedResourceModifier and TypeInterfaceDescriptioninterface
Message sources implementing this interface have additional properties that can be set or examined using JMX.interface
-
Uses of IntegrationManagedResource in org.springframework.integration.zeromq.inbound
Classes in org.springframework.integration.zeromq.inbound with annotations of type IntegrationManagedResourceModifier and TypeClassDescriptionclass
AMessageProducerSupport
implementation for consuming messages from ZeroMq socket.