IActorProxyFactory Interface

Definition

Defines the interface containing methods to create actor proxy factory class.

public interface IActorProxyFactory
type IActorProxyFactory = interface
Public Interface IActorProxyFactory
Derived

Methods

CreateActorProxy<TActorInterface>(ActorId, String, String, String)

Creates a proxy to the actor object that implements an actor interface.

CreateActorProxy<TActorInterface>(Uri, ActorId, String)

Creates a proxy to the actor object that implements an actor interface.

CreateActorServiceProxy<TServiceInterface>(Uri, ActorId, String)

Create a proxy to the actor service that is hosting the specified actor id and implementing specified type of the service interface.

CreateActorServiceProxy<TServiceInterface>(Uri, Int64, String)

Create a proxy to the actor service that is hosting the specified actor id and implementing specified type of the service interface.

Applies to