Class PulsarClientFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<org.apache.pulsar.client.api.PulsarClient>
org.springframework.pulsar.config.PulsarClientFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<org.apache.pulsar.client.api.PulsarClient>, InitializingBean

public class PulsarClientFactoryBean extends AbstractFactoryBean<org.apache.pulsar.client.api.PulsarClient>
FactoryBean implementation for the PulsarClient.
Author:
Soby Chacko, Chris Bono