@FunctionalInterface public interface ReactiveAfterConvertCallback<T> extends EntityCallback<T>
CouchbaseDocument when reading results.EntityCallbacks| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<T> |
onAfterConvert(T entity,
CouchbaseDocument document,
String collection)
Entity callback method invoked after a domain object is converted to be persisted.
|
org.reactivestreams.Publisher<T> onAfterConvert(T entity, CouchbaseDocument document, String collection)
entity - the domain object to save.collection - name of the collection.Publisher emitting the domain object to be persisted.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.