Uses of Interface
org.springframework.pulsar.config.PulsarListenerEndpoint
Packages that use PulsarListenerEndpoint
Package
Description
Package containing Spring configuration classes for the framework.
-
Uses of PulsarListenerEndpoint in org.springframework.pulsar.config
Classes in org.springframework.pulsar.config that implement PulsarListenerEndpointModifier and TypeClassDescriptionclassBase implementation forPulsarListenerEndpoint.classAPulsarListenerEndpointproviding the method to invoke to process an incoming message for this endpoint.classAdapter to avoid having to implement all methods.Methods in org.springframework.pulsar.config with parameters of type PulsarListenerEndpointModifier and TypeMethodDescriptionprotected abstract CAbstractPulsarListenerContainerFactory.createContainerInstance(PulsarListenerEndpoint endpoint) protected ConcurrentPulsarMessageListenerContainer<T>ConcurrentPulsarListenerContainerFactory.createContainerInstance(PulsarListenerEndpoint endpoint) AbstractPulsarListenerContainerFactory.createListenerContainer(PulsarListenerEndpoint endpoint) protected voidAbstractPulsarListenerContainerFactory.initializeContainer(C instance, PulsarListenerEndpoint endpoint) protected voidConcurrentPulsarListenerContainerFactory.initializeContainer(ConcurrentPulsarMessageListenerContainer<T> instance, PulsarListenerEndpoint endpoint)