| Package | Description |
|---|---|
| io.scalecube.trace | |
| io.scalecube.trace.jsonbin |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<JsonbinResponse> |
TraceReporter.sendToJsonbin() |
reactor.core.publisher.Mono<JsonbinResponse> |
TraceReporter.sendToJsonbin(Object data) |
reactor.core.publisher.Flux<JsonbinResponse> |
TraceReporter.sendToJsonbin(String secret,
String collectionId)
send all collected data to json bin service.
|
reactor.core.publisher.Mono<JsonbinResponse> |
TraceReporter.sendToJsonbin(String secret,
String collectionId,
Object body)
send to jsonbin a given data.
|
| Modifier and Type | Method and Description |
|---|---|
<R> reactor.core.publisher.Mono<JsonbinResponse> |
JsonbinClient.get(JsonbinRequest<R> request)
make a read request to jsonbin service.
|
<R> reactor.core.publisher.Mono<JsonbinResponse> |
JsonbinClient.post(JsonbinRequest<R> request)
create a new json bin item.
|
<R> reactor.core.publisher.Mono<JsonbinResponse> |
JsonbinClient.put(JsonbinRequest<R> request)
update a json bin document.
|
Copyright © 2015–2019. All rights reserved.