| Package | Description |
|---|---|
| io.scalecube.trace.jsonbin |
| Modifier and Type | Method and Description |
|---|---|
JsonbinRequest<T> |
JsonbinRequest.Builder.build() |
| 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.