public interface LogCacheClient
| Modifier and Type | Method and Description |
|---|---|
Mono<InfoResponse> |
info(InfoRequest request)
Makes the Log Cache /api/v1/info request
|
Mono<MetaResponse> |
meta(MetaRequest meta)
Makes the Log Cache /api/v1/meta request
|
Mono<ReadResponse> |
read(ReadRequest request)
Makes the Log Cache /api/v1/read request
|
Mono<InfoResponse> info(InfoRequest request)
request - the Info requestMono<MetaResponse> meta(MetaRequest meta)
meta - the Meta requestMono<ReadResponse> read(ReadRequest request)
request - the Read requestCopyright © 2021. All rights reserved.