IMessageSessionEntity 接口
定义
Represents a session full client entity.
public interface IMessageSessionEntity
方法
getMessageSessions() |
Gets the message sessions, enabling you to browse sessions on queues.
|
getMessageSessions(Instant lastUpdatedTime) |
Retrieves all message sessions whose session state was updated since lastUpdatedTime.
|
getMessageSessionsAsync() |
Asynchronously gets the message sessions, enabling you to browse sessions on queues.
|
getMessageSessionsAsync(Instant lastUpdatedTime) |
Asynchronously retrieves all message sessions whose session state was updated since lastUpdatedTime.
|