Interface WebSocketClientSpec.ClientEchoes

Enclosing class:
WebSocketClientSpec

public static interface WebSocketClientSpec.ClientEchoes
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.stream.scaladsl.Flow<Message,Message,org.apache.pekko.NotUsed>
     
    org.apache.pekko.stream.scaladsl.Flow<Message,Message,org.apache.pekko.NotUsed>
     
  • Method Details

    • clientImplementation

      org.apache.pekko.stream.scaladsl.Flow<Message,Message,org.apache.pekko.NotUsed> clientImplementation()
    • echoServer

      org.apache.pekko.stream.scaladsl.Flow<Message,Message,org.apache.pekko.NotUsed> echoServer()