@FunctionalInterface public interface ReactiveBeforeConvertCallback<T> extends EntityCallback<T>
ReactiveEntityCallbacks| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<T> |
onBeforeConvert(T entity,
String collection)
Entity callback method invoked before a domain object is converted to be persisted.
|
org.reactivestreams.Publisher<T> onBeforeConvert(T entity, String collection)
entity - the domain object to save.collection - name of the collection.Publisher emitting the domain object to be persisted.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.