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 Details

    • DEFAULT_LOGLEVEL

      public static final String DEFAULT_LOGLEVEL
      Default log level.
    • DEFAULT_PATH

      public static final String DEFAULT_PATH
      Default path.
      See Also:
    • DEFAULT_THREADS

      public static final int DEFAULT_THREADS
      Default number of threads.
      See Also:
    • DEFAULT_PORT

      public static final int DEFAULT_PORT
      Default 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

      public String getLogLevel()
    • setLogLevel

      public void setLogLevel(String logLevel)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)