Class WebsocketConsumerProperties
java.lang.Object
org.springframework.cloud.fn.consumer.websocket.WebsocketConsumerProperties
@ConfigurationProperties("websocket.consumer")
public class WebsocketConsumerProperties
extends Object
- Author:
- Oliver Moser, Gary Russell
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
int
getPort()
int
boolean
isSsl()
void
setLogLevel
(String logLevel) void
void
setPort
(int port) void
setSsl
(boolean ssl) void
setThreads
(int threads)
-
Field Details
-
DEFAULT_LOGLEVEL
Default log level. -
DEFAULT_PATH
Default path.- See Also:
-
DEFAULT_THREADS
public static final int DEFAULT_THREADSDefault number of threads.- See Also:
-
DEFAULT_PORT
public static final int DEFAULT_PORTDefault port.- See Also:
-
-
Constructor Details
-
WebsocketConsumerProperties
public WebsocketConsumerProperties()
-
-
Method Details
-
isSsl
public boolean isSsl() -
setSsl
public void setSsl(boolean ssl) -
getPort
public int getPort() -
setPort
public void setPort(int port) -
getThreads
public int getThreads() -
setThreads
public void setThreads(int threads) -
getLogLevel
-
setLogLevel
-
getPath
-
setPath
-