Interface WebSocketClientSpec.ClientProbes

Enclosing class:
WebSocketClientSpec

public static interface WebSocketClientSpec.ClientProbes
  • Method Summary

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

    • clientImplementation

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

      org.apache.pekko.stream.testkit.TestSubscriber.Probe<Message> messagesIn()
    • messagesOut

      org.apache.pekko.stream.testkit.TestPublisher.Probe<Message> messagesOut()