Package io.github.jhipster.config
Class JHipsterProperties.Logging.Logstash
- java.lang.Object
-
- io.github.jhipster.config.JHipsterProperties.Logging.Logstash
-
- Enclosing class:
- JHipsterProperties.Logging
public static class JHipsterProperties.Logging.Logstash extends Object
-
-
Constructor Summary
Constructors Constructor Description Logstash()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()intgetPort()intgetQueueSize()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetHost(String host)voidsetPort(int port)voidsetQueueSize(int queueSize)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getPort
public int getPort()
-
setPort
public void setPort(int port)
-
getQueueSize
public int getQueueSize()
-
setQueueSize
public void setQueueSize(int queueSize)
-
-