public class KafkaBridgeHttpConfig extends Object implements UnknownPropertyPreserving, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_DEFAULT_HOST |
static int |
HTTP_DEFAULT_PORT |
| Constructor and Description |
|---|
KafkaBridgeHttpConfig() |
KafkaBridgeHttpConfig(int port) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
int |
getPort() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPort(int port) |
public static final int HTTP_DEFAULT_PORT
public static final String HTTP_DEFAULT_HOST
public KafkaBridgeHttpConfig()
public KafkaBridgeHttpConfig(int port)
public int getPort()
public void setPort(int port)
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface UnknownPropertyPreservingpublic void setAdditionalProperty(String name, Object value)
setAdditionalProperty in interface UnknownPropertyPreservingCopyright © 2019. All rights reserved.