public interface ReactiveTemplateSupport
| Modifier and Type | Method and Description |
|---|---|
<T> reactor.core.publisher.Mono<T> |
applyUpdatedCas(T entity,
CouchbaseDocument converted,
long cas) |
<T> reactor.core.publisher.Mono<T> |
applyUpdatedId(T entity,
Object id) |
<T> reactor.core.publisher.Mono<T> |
decodeEntity(String id,
String source,
long cas,
Class<T> entityClass,
String scope,
String collection) |
reactor.core.publisher.Mono<CouchbaseDocument> |
encodeEntity(Object entityToEncode) |
Long |
getCas(Object entity) |
String |
getJavaNameForEntity(Class<?> clazz) |
void |
maybeEmitEvent(CouchbaseMappingEvent<?> event) |
reactor.core.publisher.Mono<CouchbaseDocument> encodeEntity(Object entityToEncode)
<T> reactor.core.publisher.Mono<T> decodeEntity(String id, String source, long cas, Class<T> entityClass, String scope, String collection)
<T> reactor.core.publisher.Mono<T> applyUpdatedCas(T entity,
CouchbaseDocument converted,
long cas)
<T> reactor.core.publisher.Mono<T> applyUpdatedId(T entity,
Object id)
void maybeEmitEvent(CouchbaseMappingEvent<?> event)
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.