public static interface ReactiveInsertOperation.TerminatingInsert<T>
INSERT execution by calling one of the terminating methods.| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<EntityWriteResult<T>> |
one(T object)
Insert exactly one
Object. |
reactor.core.publisher.Mono<EntityWriteResult<T>> one(T object)
Object.object - Object to insert; must not be null.EntityWriteResult for this operation.IllegalArgumentException - if Object is null.EntityWriteResult,
MonoCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.