Package | Description |
---|---|
com.pushtechnology.diffusion.client.session |
Client API : Sessions.
|
Modifier and Type | Method and Description |
---|---|
Session.SessionLockScope |
Session.SessionLock.getScope()
The scope of the lock.
|
static Session.SessionLockScope |
Session.SessionLockScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.SessionLockScope[] |
Session.SessionLockScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Session.SessionLock> |
Session.lock(String lockName,
Session.SessionLockScope scope)
Variant of
Session.lock(String) that provides control over when a lock
will be released. |
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.