| Package | Description |
|---|---|
| com.holonplatform.async.datastore |
| Modifier and Type | Method and Description |
|---|---|
default AsyncTransactional |
AsyncDatastore.requireTransactional()
Requires this Datastore to be
AsyncTransactional, i.e. to support execution of transactional operations,
throwing an IllegalStateException if this Datastore is not transactional. |
| Modifier and Type | Method and Description |
|---|---|
default Optional<AsyncTransactional> |
AsyncDatastore.isTransactional()
Check if this Datastore is
AsyncTransactional, i.e. supports execution of transactional operations. |
Copyright © 2019 The Holon Platform. All rights reserved.