FutureRef

org.apache.pekko.pattern.FutureRef
See theFutureRef companion object
trait FutureRef[T]

A combination of a Future and an ActorRef associated with it, which points to an actor performing a task which will eventually resolve the Future.

Attributes

Companion
object
Source
PromiseRef.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def future: Future[T]

Future associated with this FutureRef.

Future associated with this FutureRef.

Attributes

Source
PromiseRef.scala
def ref: ActorRef

ActorRef associated with this FutureRef.

ActorRef associated with this FutureRef.

Attributes

Source
PromiseRef.scala