Class Dispatchers$

java.lang.Object
org.apache.pekko.dispatch.Dispatchers$

public class Dispatchers$ extends Object
  • Field Details

    • MODULE$

      public static final Dispatchers$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Dispatchers$

      public Dispatchers$()
  • Method Details

    • DefaultDispatcherId

      public final String DefaultDispatcherId()
      The id of the default dispatcher, also the full key of the configuration of the default dispatcher.
    • DefaultBlockingDispatcherId

      public final String 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.