Package org.apache.pekko.dispatch
Class Dispatchers$
java.lang.Object
org.apache.pekko.dispatch.Dispatchers$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Dispatchers$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Dispatchers$public Dispatchers$()
 
- 
- 
Method Details- 
DefaultDispatcherIdThe id of the default dispatcher, also the full key of the configuration of the default dispatcher.
- 
DefaultBlockingDispatcherIdThe 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.
 
-