| Package | Description |
|---|---|
| com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
| com.pushtechnology.diffusion.client.session |
Client API : Sessions.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConstraint |
UpdateConstraint.Factory.locked(Session.SessionLock lock)
Create a constraint requiring a lock to be held by the session.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Session.SessionLock> |
Session.lock(String lockName)
Attempt to acquire a
session lock. |
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 Limited. All rights reserved.