Annotation Interface PulsarServiceUrlProvider


@Documented @Retention(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.
Since:
1.0
Author:
Haris Secic