public interface UpdateContext
The context provided by different applications will vary. An
application that supports the CustomPublisher
should implement this interface
to specify an update context that it supplies with the update. The custom
publisher for that application can then utilize the context as required.
The application's documentation should be consulted to understand if it supports
using a custom publisher and the UpdateContext
it supplies with the update.
Modifier and Type | Method and Description |
---|---|
String |
getDiffusionTopic()
Returns the Diffusion topic that would be published to if the custom
publisher was not used.
|
TopicProperties |
getTopicProperties()
Returns the topic properties that would have been used for the Diffusion
topic.
|
String getDiffusionTopic()
TopicProperties getTopicProperties()
Copyright © 2024 DiffusionData Limited. All rights reserved.