Package org.apache.pekko.stream
Class ActorMaterializerSettings$
java.lang.Object
org.apache.pekko.stream.ActorMaterializerSettings$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ActorMaterializerSettings$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(com.typesafe.config.Config config) Deprecated.Use config or attributes to configure the materializer.apply(ActorSystem system) Deprecated.Use config or attributes to configure the materializer.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
ActorMaterializerSettings$public ActorMaterializerSettings$()
 
- 
- 
Method Details- 
applyDeprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.CreateActorMaterializerSettingsfrom the settings of anpekko.actor.ActorSystem(Scala).Prefer using either config for defaults or attributes for per-stream config. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html" 
- 
applyDeprecated.Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.CreateActorMaterializerSettingsfrom a Config subsection (Scala).Prefer using either config for defaults or attributes for per-stream config. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html" 
 
-