Package akka.stream
Class ActorAttributes.Dispatcher$
- java.lang.Object
-
- akka.stream.ActorAttributes.Dispatcher$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Serializable
- Enclosing class:
- ActorAttributes
public static class ActorAttributes.Dispatcher$ extends java.lang.Object implements scala.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ActorAttributes.Dispatcher$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Dispatcher$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorAttributes.Dispatcher
apply(java.lang.String dispatcher)
java.lang.String
resolve(Attributes attributes, ActorMaterializerSettings settings)
java.lang.String
resolve(MaterializationContext context)
INTERNAL API Resolves the dispatcher name with a fallback to the default blocking IO dispatcher.scala.Option<java.lang.String>
unapply(ActorAttributes.Dispatcher x$0)
-
-
-
Field Detail
-
MODULE$
public static final ActorAttributes.Dispatcher$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
resolve
public java.lang.String resolve(Attributes attributes, ActorMaterializerSettings settings)
-
resolve
public java.lang.String resolve(MaterializationContext context)
INTERNAL API Resolves the dispatcher name with a fallback to the default blocking IO dispatcher.- Parameters:
context
- (undocumented)- Returns:
- (undocumented)
-
apply
public ActorAttributes.Dispatcher apply(java.lang.String dispatcher)
-
unapply
public scala.Option<java.lang.String> unapply(ActorAttributes.Dispatcher x$0)
-
-