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