[−][src]Trait riker::actor::TmpActorRefFactory
Produces ActorRef
s under the temp
guardian actor.
Associated Types
Required Methods
fn tmp_actor_of(
&self,
props: BoxActorProd<Self::Msg>
) -> Result<ActorRef<Self::Msg>, CreateError>
&self,
props: BoxActorProd<Self::Msg>
) -> Result<ActorRef<Self::Msg>, CreateError>
Implementors
impl<Msg> TmpActorRefFactory for ActorCell<Msg> where
Msg: Message,
[src]
impl<Msg> TmpActorRefFactory for ActorCell<Msg> where
Msg: Message,
type Msg = Msg
fn tmp_actor_of(
&self,
props: BoxActorProd<Msg>
) -> Result<ActorRef<Msg>, CreateError>
[src]
fn tmp_actor_of(
&self,
props: BoxActorProd<Msg>
) -> Result<ActorRef<Msg>, CreateError>
impl<Msg> TmpActorRefFactory for Context<Msg> where
Msg: Message,
[src]
impl<Msg> TmpActorRefFactory for Context<Msg> where
Msg: Message,
type Msg = Msg
fn tmp_actor_of(
&self,
props: BoxActorProd<Msg>
) -> Result<ActorRef<Msg>, CreateError>
[src]
fn tmp_actor_of(
&self,
props: BoxActorProd<Msg>
) -> Result<ActorRef<Msg>, CreateError>
impl<Msg> TmpActorRefFactory for ActorSystem<Msg> where
Msg: Message,
[src]
impl<Msg> TmpActorRefFactory for ActorSystem<Msg> where
Msg: Message,
type Msg = Msg
fn tmp_actor_of(
&self,
props: BoxActorProd<Msg>
) -> Result<ActorRef<Msg>, CreateError>
[src]
fn tmp_actor_of(
&self,
props: BoxActorProd<Msg>
) -> Result<ActorRef<Msg>, CreateError>