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

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Methods
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.pulsar.config.ConcurrentPulsarListenerContainerFactory.setConcurrency(Integer)
    org.springframework.pulsar.config.ConcurrentPulsarListenerContainerFactoryCustomizer
    since 1.2.0 for removal in 1.4.0 in favor of org.springframework.boot.autoconfigure.pulsar.PulsarContainerFactoryCustomizer<ConcurrentPulsarListenerContainerFactory<?>>
    org.springframework.pulsar.config.ListenerContainerFactory.createListenerContainer(E)
    since 1.2.0 for removal in 1.4.0 in favor of PulsarContainerFactory.createRegisteredContainer(E)
    org.springframework.pulsar.config.ReaderContainerFactory.createReaderContainer(E)
    since 1.2.0 for removal in 1.4.0 in favor of PulsarContainerFactory.createRegisteredContainer(E)
    org.springframework.pulsar.config.ReaderContainerFactory.createReaderContainer(String...)
    since 1.2.0 for removal in 1.4.0 in favor of PulsarContainerFactory.createContainer(java.lang.String...)
    org.springframework.pulsar.core.DefaultSchemaResolver.getCustomSchemaMappings()
    deprecated in favor of DefaultSchemaResolver.getCustomSchemaMapping(Class) (Class)}
    org.springframework.pulsar.core.DefaultTopicResolver.getCustomTopicMappings()
    deprecated in favor of DefaultTopicResolver.getCustomTopicMapping(Class)
    org.springframework.pulsar.core.ProducerBuilderConfigurationUtil
    since 1.1.0 for removal in 1.2.0
    org.springframework.pulsar.core.PulsarTopic.builder(String)
    since 1.2.0 for removal in 1.4.0 in favor of PulsarTopicBuilder() or PulsarTopicBuilder(TopicDomain, String, String)
    org.springframework.pulsar.core.PulsarTopic.getFullyQualifiedTopicName()
    As of version 1.2.0 topicName must always be fully qualified, use PulsarTopic.topicName() instead.
    org.springframework.pulsar.core.Resolved.get()
    Use Resolved.value() instead
  • Deprecated Interfaces
    Interface
    Description
    org.springframework.pulsar.config.ConcurrentPulsarListenerContainerFactoryCustomizer
    since 1.2.0 for removal in 1.4.0 in favor of org.springframework.boot.autoconfigure.pulsar.PulsarContainerFactoryCustomizer<ConcurrentPulsarListenerContainerFactory<?>>
  • Deprecated Classes
    Class
    Description
    org.springframework.pulsar.core.ProducerBuilderConfigurationUtil
    since 1.1.0 for removal in 1.2.0
  • Deprecated Methods
    Method
    Description
    org.springframework.pulsar.config.ConcurrentPulsarListenerContainerFactory.setConcurrency(Integer)
    org.springframework.pulsar.config.ListenerContainerFactory.createListenerContainer(E)
    since 1.2.0 for removal in 1.4.0 in favor of PulsarContainerFactory.createRegisteredContainer(E)
    org.springframework.pulsar.config.ReaderContainerFactory.createReaderContainer(E)
    since 1.2.0 for removal in 1.4.0 in favor of PulsarContainerFactory.createRegisteredContainer(E)
    org.springframework.pulsar.config.ReaderContainerFactory.createReaderContainer(String...)
    since 1.2.0 for removal in 1.4.0 in favor of PulsarContainerFactory.createContainer(java.lang.String...)
    org.springframework.pulsar.core.DefaultSchemaResolver.getCustomSchemaMappings()
    deprecated in favor of DefaultSchemaResolver.getCustomSchemaMapping(Class) (Class)}
    org.springframework.pulsar.core.DefaultTopicResolver.getCustomTopicMappings()
    deprecated in favor of DefaultTopicResolver.getCustomTopicMapping(Class)
    org.springframework.pulsar.core.PulsarTopic.builder(String)
    since 1.2.0 for removal in 1.4.0 in favor of PulsarTopicBuilder() or PulsarTopicBuilder(TopicDomain, String, String)
    org.springframework.pulsar.core.PulsarTopic.getFullyQualifiedTopicName()
    As of version 1.2.0 topicName must always be fully qualified, use PulsarTopic.topicName() instead.
    org.springframework.pulsar.core.Resolved.get()
    Use Resolved.value() instead