Uses of Interface
org.springframework.pulsar.listener.PulsarMessageRecovererFactory
Packages that use PulsarMessageRecovererFactory
Package
Description
Package containing listener components for receiving Pulsar messages.
-
Uses of PulsarMessageRecovererFactory in org.springframework.pulsar.listener
Classes in org.springframework.pulsar.listener that implement PulsarMessageRecovererFactoryModifier and TypeClassDescriptionclassPulsarMessageRecovererimplementation that is capable of recovering the message by publishing the failed record to a DLT - Dead Letter Topic.Constructors in org.springframework.pulsar.listener with parameters of type PulsarMessageRecovererFactoryModifierConstructorDescriptionDefaultPulsarConsumerErrorHandler(PulsarMessageRecovererFactory<T> pulsarMessageRecovererFactory, BackOff backOff)