ActorProxy Interface
public interface ActorProxy
Provides the interface for implementation of proxy access for actor service.
Method Summary
Modifier and Type | Method and Description |
---|---|
Actor |
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
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
Azure SDK for Java