| Package | Description |
|---|---|
| com.holonplatform.reactor.datastore |
| Modifier and Type | Method and Description |
|---|---|
default ReactiveTransactional |
ReactiveDatastore.requireTransactional()
Requires this Datastore to be
ReactiveTransactional, 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<ReactiveTransactional> |
ReactiveDatastore.isTransactional()
Check if this Datastore is
ReactiveTransactional, i.e. supports execution of transactional operations. |
Copyright © 2019 The Holon Platform. All rights reserved.