Interface ReactiveInsertByIdOperation.TerminatingInsertById<T>

All Superinterfaces:
OneAndAllEntityReactive<T>
All Known Subinterfaces:
ReactiveInsertByIdOperation.InsertByIdInCollection<T>, ReactiveInsertByIdOperation.InsertByIdInScope<T>, ReactiveInsertByIdOperation.InsertByIdWithDurability<T>, ReactiveInsertByIdOperation.InsertByIdWithExpiry<T>, ReactiveInsertByIdOperation.InsertByIdWithOptions<T>, ReactiveInsertByIdOperation.ReactiveInsertById<T>
Enclosing interface:
ReactiveInsertByIdOperation

public static interface ReactiveInsertByIdOperation.TerminatingInsertById<T> extends OneAndAllEntityReactive<T>
Terminating operations invoking the actual execution.
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Flux<? extends T>
    all(Collection<? extends T> objects)
    Insert a collection of entities.
    reactor.core.publisher.Mono<T>
    one(T object)
    Insert one entity.
  • Method Details

    • one

      reactor.core.publisher.Mono<T> one(T object)
      Insert one entity.
      Specified by:
      one in interface OneAndAllEntityReactive<T>
      Returns:
      Inserted entity.
    • all

      reactor.core.publisher.Flux<? extends T> all(Collection<? extends T> objects)
      Insert a collection of entities.
      Specified by:
      all in interface OneAndAllEntityReactive<T>
      Returns:
      Inserted entities