@ConfigurationProperties(value="websocket.consumer") public class WebsocketConsumerProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LOGLEVEL
Default log level.
|
static String |
DEFAULT_PATH
Default path.
|
static int |
DEFAULT_PORT
Default port.
|
static int |
DEFAULT_THREADS
Default number of threads.
|
Constructor and Description |
---|
WebsocketConsumerProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getLogLevel() |
String |
getPath() |
int |
getPort() |
int |
getThreads() |
boolean |
isSsl() |
void |
setLogLevel(String logLevel) |
void |
setPath(String path) |
void |
setPort(int port) |
void |
setSsl(boolean ssl) |
void |
setThreads(int threads) |
public static final String DEFAULT_LOGLEVEL
public static final String DEFAULT_PATH
public static final int DEFAULT_THREADS
public static final int DEFAULT_PORT
public boolean isSsl()
public void setSsl(boolean ssl)
public int getPort()
public void setPort(int port)
public int getThreads()
public void setThreads(int threads)
public String getLogLevel()
public void setLogLevel(String logLevel)
public String getPath()
public void setPath(String path)
Copyright © 2022. All rights reserved.