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

    • Constructor Detail

      • AskPattern

        public AskPattern()
    • Method Detail

      • schedulerFromActorSystem

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