Dispatcher

org.apache.pekko.stream.ActorAttributes.Dispatcher
final case class Dispatcher(dispatcher: String) extends MandatoryAttribute

Configures the dispatcher to be used by streams.

Use factory method ActorAttributes#dispatcher to create instances.

Attributes

Source
Attributes.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Attribute
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product