public static interface SinkHandler.SinkServiceProperties
Returned by the getSinkServiceProperties method.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SinkHandler.SinkServiceProperties.Builder
A builder for sink service properties.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
consumesJSONSubTypes()
Returns a boolean flag to specify whether to consume data from all
subtypes of JSON topic type, if the subscription is for JSON topic
selector.
|
String |
getPayloadConvertorName()
Returns the name of an
payload
convertor that is to be used for converting the Diffusion topic
values to application format. |
TopicType |
getTopicType()
Returns the type of topic that the service will subscribe to.
|
TopicType getTopicType()
SinkHandler.SinkServiceProperties.Builder.topicType(com.diffusiondata.gateway.framework.TopicType)String getPayloadConvertorName()
payload
convertor that is to be used for converting the Diffusion topic
values to application format.SinkHandler.SinkServiceProperties.Builder.payloadConvertorName(java.lang.String)boolean consumesJSONSubTypes()
consumesJSONSubTypes()Copyright © 2023 DiffusionData Limited. All rights reserved.