Interface PulsarListenerConfigurer


public interface PulsarListenerConfigurer
Optional interface to be implemented by Spring managed bean willing to customize how Pulsar listener endpoints are configured. Typically used to define the default PulsarListenerContainerFactory to use or for registering Pulsar endpoints in a programmatic fashion as opposed to the declarative approach of using the PulsarListener annotation.
Author:
Soby Chacko, Chris Bono
See Also: