EntityRuntimeInfo Class
- java.
lang. Object - com.
microsoft. azure. servicebus. management. EntityRuntimeInfo
- com.
public abstract class EntityRuntimeInfo
Base class for runtime information for entities
Constructor Summary
Constructor | Description | |
---|---|---|
EntityRuntimeInfo() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Instant | getAccessedAt() |
Instant | getCreatedAt() |
Message |
getMessageCountDetails() |
String | getPath() |
Instant | getUpdatedAt() |
Methods inherited from java.lang.Object
Constructor Details
EntityRuntimeInfo
public EntityRuntimeInfo()
Method Details
getAccessedAt
public Instant getAccessedAt()
Returns:
The date-time when the entity was last accessed.
getCreatedAt
public Instant getCreatedAt()
Returns:
The date-time when entity was created.
getMessageCountDetails
public MessageCountDetails getMessageCountDetails()
Returns:
Message count details of the sub-queues of the entity.
getPath
public String getPath()
Returns:
The path of the entity.
getUpdatedAt
public Instant getUpdatedAt()
Returns:
The date-time when the entity was updated
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.