Package tech.jhipster.config
Class JHipsterProperties.Logging.Logstash
- java.lang.Object
-
- tech.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 String
getHost()
int
getPort()
int
getQueueSize()
boolean
isEnabled()
void
setEnabled(boolean enabled)
void
setHost(String host)
void
setPort(int port)
void
setQueueSize(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)
-
-