Re: [akka-user] Re: akka.pattern.Patterns.after and akka.pattern.after

2017-02-13 Thread Eduardo Cavalcanti
Thanks for the clarification. > -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives: https://groups.google.com/group/akka-user --- You received this

Re: [akka-user] Re: akka.pattern.Patterns.after and akka.pattern.after

2017-02-10 Thread Patrik Nordwall
akka.pattern.Patterns.after is the Java API, you should use akka.pattern.after from Scala. It's anyway somewhat interesting, the Java API has two methods with signatures def after[T](duration: FiniteDuration, scheduler: Scheduler, context: ExecutionContext, value: Callable[Future[T]]): Future[T]

[akka-user] Re: akka.pattern.Patterns.after and akka.pattern.after

2017-02-03 Thread Eduardo Cavalcanti
By the way, using akka 2.3.13. -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives: https://groups.google.com/group/akka-user --- You received this message