Interface ReactiveFindOperation.TerminatingFindNear<T>

Enclosing interface:
ReactiveFindOperation

public static interface ReactiveFindOperation.TerminatingFindNear<T>
Compose geonear execution by calling one of the terminating methods.
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Flux<GeoResult<T>>
    all()
    Find all matching elements and return them as GeoResult.
  • Method Details

    • all

      reactor.core.publisher.Flux<GeoResult<T>> all()
      Find all matching elements and return them as GeoResult.
      Returns:
      never null.