Package akka.stream
Class StreamRefSettings$
- java.lang.Object
-
- akka.stream.StreamRefSettings$
-
public class StreamRefSettings$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static StreamRefSettings$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description StreamRefSettings$()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StreamRefSettings
apply(ActorSystem system)
Deprecated.Use attributes on the Runnable graph or change the defaults in configuration, see migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html.StreamRefSettings
apply(com.typesafe.config.Config c)
Deprecated.Use attributes on the Runnable graph or change the defaults in configuration, see migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html.StreamRefSettings
create(ActorSystem system)
Deprecated.Use attributes on the Runnable graph or change the defaults in configuration, see migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html.StreamRefSettings
create(com.typesafe.config.Config c)
Deprecated.Use attributes on the Runnable graph or change the defaults in configuration, see migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html.
-
-
-
Field Detail
-
MODULE$
public static final StreamRefSettings$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
create
public StreamRefSettings create(ActorSystem system)
Deprecated.Use attributes on the Runnable graph or change the defaults in configuration, see migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since 2.6.0.
-
apply
public StreamRefSettings apply(ActorSystem system)
Deprecated.Use attributes on the Runnable graph or change the defaults in configuration, see migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since 2.6.0.
-
create
public StreamRefSettings create(com.typesafe.config.Config c)
Deprecated.Use attributes on the Runnable graph or change the defaults in configuration, see migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since 2.6.0.
-
apply
public StreamRefSettings apply(com.typesafe.config.Config c)
Deprecated.Use attributes on the Runnable graph or change the defaults in configuration, see migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since 2.6.0.
-
-