public static interface SourceHandler.SourceServiceProperties
 Returned by the getSourceServiceProperties method.
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | SourceHandler.SourceServiceProperties.BuilderA builder for source service properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getPayloadConverterNames()Returns a list of names of  payload
 convertersthat are 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)List<String> getPayloadConverterNames()
payload
 converters that are to be used for converting the published
 values to Diffusion format.
 If more than one payload converter is assigned to the service, the list will contain the names of converters in the order they will be executed.
SinkServiceProperties.Builder#payloadConverter(String), 
SinkServiceProperties.Builder#payloadConverter(String, Map), 
SinkServiceProperties.Builder#payloadConverter(PayloadConverter)UpdateMode getUpdateMode()
SourceHandler.SourceServiceProperties.Builder.updateMode(com.diffusiondata.gateway.framework.UpdateMode)Copyright © 2025 DiffusionData Limited. All rights reserved.