Class PulsarListenerEndpointAdapter

java.lang.Object
org.springframework.pulsar.config.PulsarListenerEndpointAdapter
All Implemented Interfaces:
ListenerEndpoint<PulsarMessageListenerContainer>, PulsarListenerEndpoint

@Deprecated(forRemoval=true) public class PulsarListenerEndpointAdapter extends Object implements PulsarListenerEndpoint
Deprecated, for removal: This API element is subject to removal in a future version.
for removal in favor of PulsarListenerEndpoint
Adapter to avoid having to implement all methods.
Author:
Soby Chacko, Alexander Preuß
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the autoStartup for this endpoint's container.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the concurrency for this endpoint's container.
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the id of this endpoint.
    org.apache.pulsar.common.schema.SchemaType
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the schema type for this endpoint's container.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the subscription name for this endpoint's container.
    org.apache.pulsar.client.api.SubscriptionType
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the subscription type for this endpoint's container.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the topic pattern for this endpoint's container.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Return the topics for this endpoint's container.
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Setup the specified message listener container with the model defined by this endpoint.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait