ISessionsClientV1 class

Implementers

Constructors

ISessionsClientV1()

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

closeSession(String correlationId, String sessionId) → Future<SessionV1>
Close a session by it's id. [...]
deleteSessionById(String correlationId, String sessionId) → Future<SessionV1>
Deleted an session by it's unique id. [...]
getSessionById(String correlationId, String sessionId) → Future<SessionV1>
Gets an session by its unique id. [...]
getSessions(String correlationId, FilterParams filter, PagingParams paging) → Future<DataPage<SessionV1>>
Gets a page of sessions retrieved by a given filter. [...]
openSession(String correlationId, String user_id, String user_name, String address, String client, dynamic user, dynamic data) → Future<SessionV1>
Creates a new session. [...]
storeSessionData(String correlationId, String sessionId, dynamic data) → Future<SessionV1>
Updates a session's data. [...]
updateSessionUser(String correlationId, String sessionId, dynamic user) → Future<SessionV1>
Updates a session's user. [...]
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited