All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rebue.wheel.vertx.config.PulsarClientProperties Maven / Gradle / Ivy

There is a newer version: 3.5.45
Show newest version
package rebue.wheel.vertx.config;

import lombok.Data;

@Data
public class PulsarClientProperties {

    /**
     * 请求pulsar服务的url
     */
    private String serviceUrl = System.getProperty("pulsar-default-service-url", "pulsar://localhost:6650");

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy