public class ReferenceConfig extends Object
| Constructor and Description |
|---|
ReferenceConfig() |
ReferenceConfig(ConsumerSchemaFactory consumerSchemaFactory,
String microserviceName,
String microserviceVersionRule,
String transport) |
| Modifier and Type | Method and Description |
|---|---|
MicroserviceMeta |
getMicroserviceMeta() |
String |
getMicroserviceVersionRule() |
String |
getTransport() |
void |
setMicroserviceMeta(MicroserviceMeta microserviceMeta) |
void |
setMicroserviceVersionRule(String microserviceVersionRule) |
void |
setTransport(String transport) |
public ReferenceConfig()
public ReferenceConfig(ConsumerSchemaFactory consumerSchemaFactory, String microserviceName, String microserviceVersionRule, String transport)
public MicroserviceMeta getMicroserviceMeta()
public void setMicroserviceMeta(MicroserviceMeta microserviceMeta)
public String getMicroserviceVersionRule()
public void setMicroserviceVersionRule(String microserviceVersionRule)
public String getTransport()
public void setTransport(String transport)
Copyright © 2017. All rights reserved.