SerializedActorRef

tasks.util.SerializedActorRef
See theSerializedActorRef companion object
case class SerializedActorRef

Utility class facilitating sending ActorRefs over the wire

This class is not used internally in tasks, it is to be used by client code

The use case of this class is to set up real time communication between tasks

Serializers are provided for message transfer but this class is not meant for persistent storage.

Attributes

Companion
object
Experimental
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def resolve(timeout: FiniteDuration)(implicit as: ActorSystem): Future[ActorRef]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product