Compartir vía


ActorProxy Interface

public interface ActorProxy

Provides the interface for implementation of proxy access for actor service.

Method Summary

Modifier and Type Method and Description
ActorId getActorId()

Gets ActorId associated with the proxy object.

ActorServicePartitionClientImpl getActorServicePartitionClient()

Gets microsoft.servicefabric.actors.remoting.client.internal.ActorServicePartitionClientImpl that this proxy is using to communicate with the actor.

Method Details

getActorId

public ActorId getActorId()

Gets ActorId associated with the proxy object.

Returns:

ActorId associated with the proxy object.

getActorServicePartitionClient

public ActorServicePartitionClientImpl getActorServicePartitionClient()

Gets microsoft.servicefabric.actors.remoting.client.internal.ActorServicePartitionClientImpl that this proxy is using to communicate with the actor.

Returns:

microsoft.servicefabric.actors.remoting.client.internal.ActorServicePartitionClientImpl that this proxy is using to communicate with the actor.

Applies to