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 targetMessageSourceSpecimplementation type.H- the targetMessageSourceimplementation type.
- All Implemented Interfaces:
DisposableBean, FactoryBean<H>, InitializingBean, Lifecycle, Phased, SmartLifecycle
- Direct Known Subclasses:
AbstractMongoDbMessageSourceSpec, AmqpInboundPolledChannelAdapterSpec, FeedEntryMessageSourceSpec, FileInboundChannelAdapterSpec, JdbcInboundChannelAdapterSpec, JdbcStoredProcInboundChannelAdapterSpec, 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 MessageSources.- Since:
- 5.0
- Author:
- Artem Bilan, Gary Russell
-
Field Summary
Fields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmessageHeaders(Map<String, Expression> headerExpressions) Expressions with which to enhance headers.Methods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactoryBean
isSingletonMethods inherited from interface SmartLifecycle
isPauseable
-
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
-