Class IOSettings$

java.lang.Object
org.apache.pekko.stream.IOSettings$

public class IOSettings$ extends Object
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(com.typesafe.config.Config config)
    Deprecated.
    Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead.

    Methods inherited from class java.lang.Object

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

    • MODULE$

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

    • IOSettings$

      public IOSettings$()
  • Method Details

    • apply

      public IOSettings apply(com.typesafe.config.Config config)
      Deprecated.
      Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.