Class WebsocketConsumerServer

java.lang.Object
org.springframework.cloud.fn.consumer.websocket.WebsocketConsumerServer

public class WebsocketConsumerServer extends Object
Bootstraps a Netty server using the WebsocketConsumerServerInitializer. Also adds a LoggingHandler and uses the logLevel from WebsocketConsumerProperties.logLevel.
Author:
Oliver Moser, Gary Russell, Chris Bono