| Interface | Description |
|---|---|
| ReactiveBulkDelete |
Reactive
BulkDeleteOperation API, using a Mono to represent and handle the operation result. |
| ReactiveBulkInsert |
Reactive
BulkInsertOperation API, using a Mono to represent and handle the operation result. |
| ReactiveBulkUpdate |
Reactive
ReactiveBulkUpdate API, using a Mono to represent and handle the operation result. |
| ReactiveDelete |
Reactive delete
ExecutablePropertyBoxOperation operation, using a Mono to represent and
handle the operation result. |
| ReactiveInsert |
Reactive insert
ExecutablePropertyBoxOperation operation, using a Mono to represent and
handle the operation result. |
| ReactiveQuery |
Represents a reactive query, used by the
ReactiveDatastore API to configure and execute a query and
handle the query results through the Flux and Mono abstractions. |
| ReactiveQueryAdapter<C extends com.holonplatform.core.query.QueryConfiguration> |
Adapter to perform a reactive query execution using a
QueryOperation instance, which provides both
the QueryConfiguration and the QueryProjection. |
| ReactiveQueryResults |
Reactive
QueryProjectionOperations API, which uses Flux and Mono to provide and handle the
query results. |
| ReactiveRefresh |
Reactive refresh
ExecutablePropertyBoxOperation operation, using a Mono to represent and
handle the operation result. |
| ReactiveSave |
Reactive save
ExecutablePropertyBoxOperation operation, using a Mono to represent and handle
the operation result. |
| ReactiveUpdate |
Reactive update
ExecutablePropertyBoxOperation operation, using a Mono to represent and
handle the operation result. |
Copyright © 2019 The Holon Platform. All rights reserved.