Package io.micronaut.data.intercept.reactive
package io.micronaut.data.intercept.reactive
Reactive variants of interfaces.
- Since:
- 1.0.0
- Author:
- graemerocher
-
InterfacesClassDescriptionAn interceptor that executes a count query reactively and returns a reactive type that emits a single result as a RxJava Single or a Reactor Mono.An interceptor that executes a batch delete reactively.An interceptor that executes a single delete reactively.A
DataInterceptorthat deletes multiple records and returns the deleted results reactively.ADataInterceptorthat deletes one record and returns the deleted result reactively.An interceptor that executes an existence query reactively.An interceptor that executes aQueryand aPublisherthat emits the result objects reactively.An interceptor that executes a find by id reactively.An interceptor that finds a cursored page reactively.An interceptor that executes a query reactively and returns a reactive type that emits a single result as a RxJava Single or a Reactor Mono.An interceptor that finds a page reactively.An interceptor that finds a slice reactively.ADataInterceptorthat inserts multiple records and returns the inserted results reactively.ADataInterceptorthat inserts one record and returns the inserted result reactively.An interceptor that does execute the procedure and returns a result reactively.An interceptor that saves a number of entities reactively.An interceptor that saves a single entity reactively.An interceptor that saves a single entity reactively.Interface for the interceptor that handles updating a list or iterable of objects.An interceptor that updates a single entity reactively.An interceptor that saves an updates entity reactively.ADataInterceptorthat updates multiple records and returns the updated results reactively.ADataInterceptorthat updates one record and returns the updated result reactively.