Spawner

com.github.cloudfiles.core.http.factory.Spawner
See theSpawner companion trait
object Spawner

An object implementing helper functionality related to concrete implementations of the Spawner trait.

This object especially provides some implicit conversions from objects that support spawning new actors to corresponding ''Spawner'' objects.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Spawner.type

Members list

Implicits

Implicits

implicit def classicActorContextSpawner(context: ActorContext): Spawner

Implicit conversion function to create a ''Spawner'' from a classic actor context.

Implicit conversion function to create a ''Spawner'' from a classic actor context.

Value parameters

context

the actor context

Attributes

Returns

the ''Spawner'' creating actors using this context

implicit def classicActorSystemSpawner(system: ActorSystem): Spawner

Implicit conversion function to create a ''Spawner'' from a classic actor system.

Implicit conversion function to create a ''Spawner'' from a classic actor system.

Value parameters

system

the actor system

Attributes

Returns

the ''Spawner'' creating actors using this system

implicit def typedActorContextSpawner(context: ActorContext[_]): Spawner

Implicit conversion function to create a ''Spawner'' from a typed actor context.

Implicit conversion function to create a ''Spawner'' from a typed actor context.

Value parameters

context

the actor context

Attributes

Returns

the ''Spawner'' creating actors using this context