ActorInformation Class
- java.
lang. Object - Serializable
- microsoft.
servicefabric. actors. ActorInformation
- microsoft.
public class ActorInformation
Represents the information about an actor returned by Actor Query method call.
Constructor Summary
Constructor | Description |
---|---|
ActorInformation(ActorId actorId, boolean isactive) |
Initializes a new instance of the ActorInformation class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Actor |
getActorId()
Gets ActorId for the ACtor. |
boolean |
isActive()
Gets if the actor is active. |
Constructor Details
ActorInformation
public ActorInformation(ActorId actorId, boolean isactive)
Initializes a new instance of the ActorInformation class.
Parameters:
actorId
- ActorId of actor.
isactive
- Value indicating if the Actor is active or inactive.
Method Details
getActorId
isActive
public boolean isActive()
Gets if the actor is active.
Returns:
java.lang.Boolean indicating if the Actor is active.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java