public static interface SourceHandler.SourceServiceProperties
Returned by the getSourceServiceProperties method.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SourceHandler.SourceServiceProperties.Builder
A builder for service properties.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPayloadConvertorName()
Returns the name of an
payload
convertor that is to be used for converting the published values to
Diffusion format. |
TopicType |
getTopicType()
Returns the type of topic that the service will publish to.
|
UpdateMode |
getUpdateMode()
Returns the update mode to be used for updating topics.
|
TopicType getTopicType()
SourceHandler.SourceServiceProperties.Builder.topicType(com.diffusiondata.gateway.framework.TopicType)String getPayloadConvertorName()
payload
convertor that is to be used for converting the published values to
Diffusion format.SourceHandler.SourceServiceProperties.Builder.payloadConvertorName(java.lang.String)UpdateMode getUpdateMode()
SourceHandler.SourceServiceProperties.Builder.updateMode(com.diffusiondata.gateway.framework.UpdateMode)Copyright © 2023 DiffusionData Limited. All rights reserved.