Package org.apache.pekko.dispatch
Class Dispatchers$
java.lang.Object
org.apache.pekko.dispatch.Dispatchers$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Dispatchers$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Dispatchers$
public Dispatchers$()
-
-
Method Details
-
DefaultDispatcherId
The id of the default dispatcher, also the full key of the configuration of the default dispatcher. -
DefaultBlockingDispatcherId
The id of a default dispatcher to use for operations known to be blocking. Note that for optimal performance you will want to isolate different blocking resources on different thread pools.
-