com.github.hept59434091.reactor.rpc4j.client.DiscoveryProperties Maven / Gradle / Ivy
package com.github.hept59434091.reactor.rpc4j.client;
import lombok.Data;
/**
* @author luxueneng
* @since 2019-05-05
*/
@Data
public class DiscoveryProperties {
private String[] endpoints;
private String rpcPortName;
private String projectName;
}