public static class JHipsterProperties.Logging.Logstash extends Object
| Constructor and Description |
|---|
Logstash() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
int |
getQueueSize() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setQueueSize(int queueSize) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public int getQueueSize()
public void setQueueSize(int queueSize)
Copyright © 2019 JHipster. All rights reserved.