Package | Description |
---|---|
com.diffusiondata.gateway.framework |
Diffusion Gateway Framework API.
|
com.diffusiondata.gateway.framework.converters |
Payload Converters.
|
Modifier and Type | Method and Description |
---|---|
abstract CompletableFuture<?> |
CustomPublisher.process(U update,
C updateContext)
Processes the supplied update to publish to Diffusion topics.
|
CompletableFuture<?> |
CustomPublisher.publish(String path,
Object value) |
CompletableFuture<?> |
Publisher.publish(String path,
Object value)
Publishes a new value to Diffusion.
|
CompletableFuture<?> |
CustomPublisher.publish(String path,
Object value,
TopicProperties topicProperties) |
CompletableFuture<?> |
Publisher.publish(String path,
Object value,
TopicProperties topicProperties)
Publishes a new value to Diffusion.
|
Modifier and Type | Method and Description |
---|---|
O |
PayloadConverter.convert(I input)
Converts an input value of type 'I' to an output value of type 'O'.
|
Copyright © 2025 DiffusionData Limited. All rights reserved.