@Documented
@Retention(value=RUNTIME)
@Qualifier
public @interface PulsarServiceUrlProvider
Marks a class that contains a method to resolve the Pulsar service url. The
annotated class must implement ServiceUrlProvider.
Also servers as a qualifier for injection of ServiceUrlProvider bean.