S
- the target MessageSourceSpec
implementation type.H
- the target MessageSource
implementation type.public abstract class MessageSourceSpec<S extends MessageSourceSpec<S,H>,H extends MessageSource<?>> extends IntegrationComponentSpec<S,H>
IntegrationComponentSpec
for MessageSource
s.logger, PARSER, target
Constructor and Description |
---|
MessageSourceSpec() |
Modifier and Type | Method and Description |
---|---|
S |
messageHeaders(java.util.Map<java.lang.String,org.springframework.expression.Expression> headerExpressions)
Expressions with which to enhance headers.
|
_this, afterPropertiesSet, destroy, doGet, get, getId, getObject, getObjectType, id, isSingleton
public S messageHeaders(java.util.Map<java.lang.String,org.springframework.expression.Expression> headerExpressions)
AbstractMessageSource
.headerExpressions
- the header expressions.