Interface IntegrationInboundManagement

All Superinterfaces:
DisposableBean, IntegrationManagement, NamedComponent
All Known Implementing Classes:
AbstractFetchLimitingMessageSource, AbstractHazelcastMessageProducer, AbstractInboundFileSynchronizingMessageSource, AbstractInternetProtocolReceivingChannelAdapter, AbstractMessageSource, AbstractMongoDbMessageSource, AbstractMqttMessageDrivenChannelAdapter, AbstractRemoteFileStreamingMessageSource, AbstractWebServiceInboundGateway, AbstractXmppConnectionAwareEndpoint, AmqpInboundChannelAdapter, AmqpInboundGateway, AmqpMessageSource, ApacheCommonsFileTailingMessageProducer, ApplicationEventListeningMessageProducer, AttributePollingMessageSource, BaseHttpInboundEndpoint, ByteStreamReadingMessageSource, CharacterStreamReadingMessageSource, ChatMessageListeningEndpoint, DebeziumMessageProducer, ExpressionEvaluatingMessageSource, ExpressionMessageProducerSupport, FeedEntryMessageSource, FileReadingMessageSource, FileTailingMessageProducerSupport, FtpInboundFileSynchronizingMessageSource, FtpStreamingMessageSource, HazelcastClusterMonitorMessageProducer, HazelcastContinuousQueryMessageProducer, HazelcastDistributedSQLMessageSource, HazelcastEventDrivenMessageProducer, HttpRequestHandlingController, HttpRequestHandlingEndpointSupport, HttpRequestHandlingMessagingGateway, ImapIdleChannelAdapter, JdbcPollingChannelAdapter, JmsDestinationPollingSource, JmsInboundGateway, JmsMessageDrivenEndpoint, JpaPollingChannelAdapter, KafkaInboundGateway, KafkaMessageDrivenChannelAdapter, KafkaMessageSource, MailReceivingMessageSource, MarshallingWebServiceInboundGateway, MBeanTreePollingMessageSource, MessageProcessorMessageSource, MessageProducerSupport, MessagingGatewaySupport, MethodInvokingMessageSource, MongoDbChangeStreamMessageProducer, MongoDbMessageSource, MqttPahoMessageDrivenChannelAdapter, Mqttv5PahoMessageDrivenChannelAdapter, MulticastReceivingChannelAdapter, NotificationListeningMessageProducer, OSDelegatingFileTailingMessageProducer, PresenceListeningEndpoint, R2dbcMessageSource, ReactiveMessageSourceProducer, ReactiveMongoDbMessageSource, ReactiveRedisStreamMessageProducer, RedisInboundChannelAdapter, RedisQueueInboundGateway, RedisQueueMessageDrivenEndpoint, RedisStoreMessageSource, ResourceRetrievingMessageSource, RSocketInboundGateway, ScriptExecutingMessageSource, SftpInboundFileSynchronizingMessageSource, SftpStreamingMessageSource, SimpleWebServiceInboundGateway, SmbInboundFileSynchronizingMessageSource, SmbStreamingMessageSource, StompInboundChannelAdapter, StoredProcPollingChannelAdapter, SyslogReceivingChannelAdapterSupport, TcpInboundGateway, TcpReceivingChannelAdapter, TcpSyslogReceivingChannelAdapter, UdpSyslogReceivingChannelAdapter, UnicastReceivingChannelAdapter, WebFluxInboundEndpoint, WebSocketInboundChannelAdapter, ZeroMqMessageProducer

public interface IntegrationInboundManagement extends IntegrationManagement
Marker interface indicating that this IntegrationManagement component initiates message flow.
Since:
5.4
Author:
Gary Russell