Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Classes
  • Fields
  • Methods
  • Annotation Type Elements
  • Classes 
    Class Description
    org.springframework.integration.aop.AbstractMessageSourceAdvice
    since 5.3 in favor of MessageSourceMutator.
    org.springframework.integration.aop.SimpleActiveIdleMessageSourceAdvice
    since 5.3 in favor of SimpleActiveIdleReceiveMessageAdvice with the same (but more common) functionality.
    org.springframework.integration.channel.MessageChannelReactiveUtils
    since 5.3 in favor of IntegrationReactiveUtils.
    org.springframework.integration.util.JavaUtils
    since 5.5.6 in favor of JavaUtils.
  • Fields 
    Field Description
    org.springframework.integration.config.IntegrationConfigUtils.BASE_PACKAGE
    in favor of IntegrationContextUtils.BASE_PACKAGE.
    org.springframework.integration.context.IntegrationContextUtils.DISPOSABLES_BEAN_NAME
    since 5.5.7 - out of use.
  • Methods 
    Method Description
    org.springframework.integration.aop.CompoundTriggerAdvice.afterReceive​(Message<?>, MessageSource<?>)
    since 5.3 in favor of CompoundTriggerAdvice.afterReceive(Message, Object)
    org.springframework.integration.config.EnableIntegrationManagement.defaultCountsEnabled()
    this property is no longer used.
    org.springframework.integration.config.EnableIntegrationManagement.metersEnabled()
    this property is no longer used.
    org.springframework.integration.context.IntegrationObjectSupport.getIntegrationProperties()
    since version 5.5 in favor of IntegrationObjectSupport.getIntegrationProperty(String, Class); will be replaced with IntegrationProperties variant in the next major version.
    org.springframework.integration.dsl.CorrelationHandlerSpec.setExpireDuration​(Duration)
    since 5.5 in favor of CorrelationHandlerSpec.expireDuration(Duration)
    org.springframework.integration.dsl.CorrelationHandlerSpec.setExpireTimeout​(long)
    since 5.5 in favor of CorrelationHandlerSpec.expireTimeout(long)
    org.springframework.integration.support.management.micrometer.MicrometerMetricsCaptor.loadCaptor​(ApplicationContext)
    since 5.2.9 in favor of @Import(MicrometerMetricsCaptorRegistrar.class); will be removed in 6.0.
  • Annotation Type Elements 
    Annotation Type Element Description
    org.springframework.integration.config.EnableIntegrationManagement.defaultCountsEnabled()
    this property is no longer used.
    org.springframework.integration.config.EnableIntegrationManagement.metersEnabled()
    this property is no longer used.
Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help