| Package | Description |
|---|---|
| com.diffusiondata.gateway.framework |
Diffusion Gateway Framework API.
|
| com.diffusiondata.gateway.framework.convertors |
Payload Convertors.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<?> |
Publisher.publish(String path,
Object value)
Publish a new value to Diffusion.
|
| Modifier and Type | Method and Description |
|---|---|
V |
OutboundPayloadConvertor.fromDiffusionType(D value)
Converts a Diffusion typed value object to an object of the type known to
the back end.
|
D |
InboundPayloadConvertor.toDiffusionType(Object value)
Converts a value object of the format known to the back end into a
Diffusion typed object, matching a Diffusion topic type.
|
Copyright © 2023 DiffusionData Limited. All rights reserved.