Class CommandServiceWebsocketHandlers

    • Constructor Summary

      Constructors 
      Constructor Description
      CommandServiceWebsocketHandlers​(csw.command.api.scaladsl.CommandService commandService, msocket.api.ContentType contentType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.stream.scaladsl.Source<akka.http.scaladsl.model.ws.Message,​akka.NotUsed> handle​(CommandServiceWebsocketMessage request)  
      • Methods inherited from class msocket.impl.ServerStreamingSupport

        futureAsStream, stream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandServiceWebsocketHandlers

        public CommandServiceWebsocketHandlers​(csw.command.api.scaladsl.CommandService commandService,
                                               msocket.api.ContentType contentType)
    • Method Detail