ActorMaterializer

org.apache.pekko.stream.ActorMaterializer
See theActorMaterializer companion class

Attributes

Companion
class
Source
ActorMaterializer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Deprecated methods

def apply(materializerSettings: Option[ActorMaterializerSettings], namePrefix: Option[String])(implicit context: ActorRefFactory): ActorMaterializer

Scala API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

Scala API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

The required pekko.actor.ActorRefFactory (which can be either an pekko.actor.ActorSystem or an pekko.actor.ActorContext) will be used to create one actor that in turn creates actors for the transformation steps.

The materializer's pekko.stream.ActorMaterializerSettings will be obtained from the configuration of the context's underlying pekko.actor.ActorSystem.

The namePrefix is used as the first part of the names of the actors running the processing steps. The default namePrefix is "flow". The actor names are built up of namePrefix-flowNumber-flowStepNumber-stepName.

Attributes

Deprecated
true
Source
ActorMaterializer.scala
def apply(materializerSettings: ActorMaterializerSettings, namePrefix: String)(implicit context: ActorRefFactory): ActorMaterializer

Scala API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

Scala API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

The required pekko.actor.ActorRefFactory (which can be either an pekko.actor.ActorSystem or an pekko.actor.ActorContext) will be used to create these actors, therefore it is forbidden to pass this object to another actor if the factory is an ActorContext.

The namePrefix is used as the first part of the names of the actors running the processing steps. The default namePrefix is "flow". The actor names are built up of namePrefix-flowNumber-flowStepNumber-stepName.

Attributes

Deprecated
true
Source
ActorMaterializer.scala
def apply(materializerSettings: ActorMaterializerSettings)(implicit context: ActorRefFactory): ActorMaterializer

Scala API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

Scala API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

The required pekko.actor.ActorRefFactory (which can be either an pekko.actor.ActorSystem or an pekko.actor.ActorContext) will be used to create these actors, therefore it is forbidden to pass this object to another actor if the factory is an ActorContext.

The namePrefix is used as the first part of the names of the actors running the processing steps. The default namePrefix is "flow". The actor names are built up of namePrefix-flowNumber-flowStepNumber-stepName.

Attributes

Deprecated
true
Source
ActorMaterializer.scala

Java API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

Java API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

The required pekko.actor.ActorRefFactory (which can be either an pekko.actor.ActorSystem or an pekko.actor.ActorContext) will be used to create these actors, therefore it is forbidden to pass this object to another actor if the factory is an ActorContext.

Defaults the actor name prefix used to name actors running the processing steps to "flow". The actor names are built up of namePrefix-flowNumber-flowStepNumber-stepName.

Attributes

Deprecated
true
Source
ActorMaterializer.scala
def create(context: ActorRefFactory, namePrefix: String): ActorMaterializer

Java API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

Java API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

The required pekko.actor.ActorRefFactory (which can be either an pekko.actor.ActorSystem or an pekko.actor.ActorContext) will be used to create these actors, therefore it is forbidden to pass this object to another actor if the factory is an ActorContext.

The namePrefix is used as the first part of the names of the actors running the processing steps. The default namePrefix is "flow". The actor names are built up of namePrefix-flowNumber-flowStepNumber-stepName.

Attributes

Deprecated
true
Source
ActorMaterializer.scala

Java API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

Java API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

The required pekko.actor.ActorRefFactory (which can be either an pekko.actor.ActorSystem or an pekko.actor.ActorContext) will be used to create one actor that in turn creates actors for the transformation steps.

Attributes

Deprecated
true
Source
ActorMaterializer.scala

Java API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

Java API: Creates an ActorMaterializer that can materialize stream blueprints as running streams.

The required pekko.actor.ActorRefFactory (which can be either an pekko.actor.ActorSystem or an pekko.actor.ActorContext) will be used to create these actors, therefore it is forbidden to pass this object to another actor if the factory is an ActorContext.

The namePrefix is used as the first part of the names of the actors running the processing steps. The default namePrefix is "flow". The actor names are built up of namePrefix-flowNumber-flowStepNumber-stepName.

Attributes

Deprecated
true
Source
ActorMaterializer.scala