Class WSProbe$


  • public class WSProbe$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static WSProbe$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      WSProbe$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WSProbe apply​(int maxChunks, long maxChunkCollectionMills, akka.actor.ActorSystem system, akka.stream.Materializer materializer)
      Creates a WSProbe to use in tests against websocket handlers.
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final WSProbe$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • WSProbe$

        public WSProbe$()
    • Method Detail

      • apply

        public WSProbe apply​(int maxChunks,
                             long maxChunkCollectionMills,
                             akka.actor.ActorSystem system,
                             akka.stream.Materializer materializer)
        Creates a WSProbe to use in tests against websocket handlers.

        Parameters:
        maxChunks - The maximum number of chunks to collect for streamed messages.
        maxChunkCollectionMills - The maximum time in milliseconds to collect chunks for streamed messages.
        system - (undocumented)
        materializer - (undocumented)
        Returns:
        (undocumented)