| Package | Description |
|---|---|
| com.flowthings.client.api |
| Modifier and Type | Field and Description |
|---|---|
Drop |
WebsocketsDropResponse.value |
| Modifier and Type | Method and Description |
|---|---|
Drop |
WebsocketsDropResponse.getValue() |
| Modifier and Type | Method and Description |
|---|---|
Request<Drop> |
DropFromPathApi.create(Drop t) |
Request<Drop> |
DropApi.create(Drop t) |
Request<Drop> |
DropApi.delete(String id) |
Request<Drop> |
DropApi.deleteAll()
Remove all Drops from a Flow.
|
Request<List<Drop>> |
DropApi.find(QueryOptions queryOptions) |
Request<Drop> |
DropApi.get(String id) |
Request<Drop> |
DropApi.subscribe(SubscriptionCallback<Drop> callback)
Subscribe to a Flow.
|
Request<Drop> |
DropApi.unsubscribe() |
Request<Drop> |
DropApi.update(String id,
Drop t) |
| Modifier and Type | Method and Description |
|---|---|
Request<Drop> |
DropFromPathApi.create(Drop t) |
Request<Drop> |
DropApi.create(Drop t) |
void |
WebsocketsDropResponse.setValue(Drop value) |
void |
MockWebsocketApi.supplyIncomingDrop(String flowId,
Drop drop) |
Request<Drop> |
DropApi.update(String id,
Drop t) |
| Modifier and Type | Method and Description |
|---|---|
Request<Drop> |
DropApi.subscribe(SubscriptionCallback<Drop> callback)
Subscribe to a Flow.
|
Copyright © 2016. All rights reserved.