Uses of Annotation Interface
org.springframework.integration.support.management.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
Modifier 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
Modifier and TypeClassDescriptionclass
The base class for Message Endpoint implementations.class
Abstract message source. -
Uses of IntegrationManagedResource in org.springframework.integration.gateway
Modifier 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
Modifier 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
-
Uses of IntegrationManagedResource in org.springframework.integration.jmx
Modifier and TypeClassDescriptionstatic class
Simple class used for the actual MBean instances to be registered. -
Uses of IntegrationManagedResource in org.springframework.integration.mqtt.inbound
Modifier and TypeClassDescriptionclass
Abstract class for MQTT Message-Driven Channel Adapters. -
Uses of IntegrationManagedResource in org.springframework.integration.redis.inbound
Modifier and TypeClassDescriptionclass
class
-
Uses of IntegrationManagedResource in org.springframework.integration.router
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
AMessageProducerSupport
implementation for consuming messages from ZeroMq socket.