Class AskPattern$


  • public class AskPattern$
    extends java.lang.Object
    The ask-pattern implements the initiator side of a request–reply protocol.

    See AskPattern.Askable.ask for details

    • Field Detail

      • MODULE$

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

      • AskPattern$

        public AskPattern$()
    • Method Detail

      • schedulerFromActorSystem

        public Scheduler schedulerFromActorSystem​(ActorSystem<?> system)
        Provides a scheduler from an actor system (that will likely already be implicit in the scope) to minimize ask boilerplate.