Class MessageSourceSpec<S extends MessageSourceSpec<S,H>,H extends MessageSource<?>>
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageSourceSpec<S,H>
- Type Parameters:
S
- the targetMessageSourceSpec
implementation type.H
- the targetMessageSource
implementation type.
- All Implemented Interfaces:
DisposableBean
,FactoryBean<H>
,InitializingBean
,Lifecycle
,Phased
,SmartLifecycle
- Direct Known Subclasses:
AbstractMongoDbMessageSourceSpec
,AmqpInboundPolledChannelAdapterSpec
,FeedEntryMessageSourceSpec
,FileInboundChannelAdapterSpec
,JmsInboundChannelAdapterSpec
,JpaInboundChannelAdapterSpec
,KafkaInboundChannelAdapterSpec
,MailInboundChannelAdapterSpec
,R2dbcMessageSourceSpec
,RemoteFileInboundChannelAdapterSpec
,RemoteFileStreamingInboundChannelAdapterSpec
,ScriptMessageSourceSpec
public abstract class MessageSourceSpec<S extends MessageSourceSpec<S,H>,H extends MessageSource<?>>
extends IntegrationComponentSpec<S,H>
An
IntegrationComponentSpec
for MessageSource
s.- Since:
- 5.0
- Author:
- Artem Bilan, Gary Russell
-
Field Summary
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
logger, PARSER, target
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmessageHeaders
(Map<String, Expression> headerExpressions) Expressions with which to enhance headers.Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
MessageSourceSpec
public MessageSourceSpec()
-
-
Method Details
-
messageHeaders
Expressions with which to enhance headers. Only applies to subclasses ofAbstractMessageSource
.- Parameters:
headerExpressions
- the header expressions.- Returns:
- the spec.
- Since:
- 5.0.1
-