Package io.micronaut.data.intercept.reactive
package io.micronaut.data.intercept.reactive
Reactive variants of interfaces.
- Since:
- 1.0.0
- Author:
- graemerocher
-
ClassDescriptionAn 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.An interceptor that executes an existence query reactively.An interceptor that executes a
Query
and aPublisher
that emits the result objects reactively.An interceptor that executes an find by id 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.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 a updates entity reactively.