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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java