Package akka.pattern

Interface FutureRef<T>

    • Method Detail

      • ref

        ActorRef ref()
        ActorRef associated with this FutureRef.
        Returns:
        (undocumented)
      • future

        scala.concurrent.Future<T> future()
        Future associated with this FutureRef.
        Returns:
        (undocumented)