Exemplo n.º 1
0
 public ISurrogated FromSurrogate(ActorSystem system) => new Props <T>((Props)PropsSurrogate.FromSurrogate(system));
Exemplo n.º 2
0
        public static ISurrogated Convert(ISurrogate surrogate, ISurrogated surrogated)
        {
            var system = BondSerializer.LocalSystem.Value;

            return(surrogate.FromSurrogate(system));
        }
Exemplo n.º 3
0
 public ISurrogated FromSurrogate(ActorSystem system) => new TypedActorReference <TMessage>((IActorRef)RefSurrogate.FromSurrogate(system));