Interface ReactiveFluentFindOperation.TerminatingFindWithoutQuery<T>

Type Parameters:
T - returned type
All Known Subinterfaces:
ReactiveFluentFindOperation.ExecutableFind<T>, ReactiveFluentFindOperation.FindWithProjection<T>, ReactiveFluentFindOperation.FindWithQuery<T>, ReactiveFluentFindOperation.TerminatingFind<T>
Enclosing interface:
ReactiveFluentFindOperation

public static interface ReactiveFluentFindOperation.TerminatingFindWithoutQuery<T>
Trigger find execution by calling one of the terminating methods from a state where no query is yet defined.
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Flux<T>
    all()
    Get all matching elements.
  • Method Details

    • all

      reactor.core.publisher.Flux<T> all()
      Get all matching elements.
      Returns:
      never null.