Interface and Description |
---|
org.springframework.integration.expression.IntegrationEvaluationContextAware
since 4.2 in favor of
IntegrationContextUtils.getEvaluationContext(org.springframework.beans.factory.BeanFactory)
direct usage from the afterPropertiesSet implementation.
Will be removed in the next release. |
Class and Description |
---|
org.springframework.integration.message.EnhancedErrorMessage
since 4.3.10 in favor of direct
ErrorMessage usage since 5.0. |
org.springframework.integration.expression.IntegrationEvaluationContextAwareBeanPostProcessor
since 4.2 in favor of
IntegrationContextUtils.getEvaluationContext(org.springframework.beans.factory.BeanFactory)
direct usage from the afterPropertiesSet implementation.
Will be removed in the next release. |
org.springframework.integration.transformer.MessageTransformingChannelInterceptor
It is not generally recommended to perform functions
such as transformation in a channel interceptor.
|
org.springframework.integration.aggregator.PassThroughMessageGroupProcessor
since 4.2; use
SimpleMessageGroupProcessor |
Annotation Type and Description |
---|
org.springframework.integration.annotation.Header
since 4.1 in favor of
Header .
Will be removed in a future release. |
org.springframework.integration.annotation.Headers
since 4.1 in favor of
Headers .
Will be removed in a future release. |
org.springframework.integration.annotation.Payload
since 4.1 in favor of
Payload .
Will be removed in a future release. |
Constructor and Description |
---|
org.springframework.integration.config.CorrelationStrategyFactoryBean(Object)
since 4.2.5 in favor of appropriate setters
to avoid
BeanCurrentlyInCreationException
during AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck() |
org.springframework.integration.config.CorrelationStrategyFactoryBean(Object, String)
since 4.2.5 in favor of appropriate setters
to avoid
BeanCurrentlyInCreationException
during AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck() |
org.springframework.integration.config.ReleaseStrategyFactoryBean(Object)
since 4.2.5 in favor of appropriate setters
to avoid
BeanCurrentlyInCreationException
during AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck() |
org.springframework.integration.config.ReleaseStrategyFactoryBean(Object, String)
since 4.2.5 in favor of appropriate setters
to avoid
BeanCurrentlyInCreationException
during AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck() |
Annotation Type Element and Description |
---|
org.springframework.integration.annotation.MessagingGateway.reactorEnvironment
with no-op in favor of global JVM-wide Reactor configuration.
|