| Package | Description |
|---|---|
| com.diffusiondata.gateway.framework |
Diffusion Gateway Framework API.
|
| Modifier and Type | Method and Description |
|---|---|
SinkHandler.SinkServiceProperties.Builder |
SinkHandler.SinkServiceProperties.Builder.consumeJSONSubTypes(boolean consumesJSONSubTypes)
Specifies whether to consume data from all subtypes of JSON topic
type, if the subscription is for JSON topic selector.
|
static SinkHandler.SinkServiceProperties.Builder |
DiffusionGatewayFramework.newSinkServicePropertiesBuilder()
Factory for builders of
SinkHandler.SinkServiceProperties. |
SinkHandler.SinkServiceProperties.Builder |
DiffusionGatewayFramework.Implementation.newSinkServicePropertiesBuilder()
Do not use - Use
DiffusionGatewayFramework.newSinkServicePropertiesBuilder(). |
SinkHandler.SinkServiceProperties.Builder |
SinkHandler.SinkServiceProperties.Builder.payloadConvertor(OutboundPayloadConvertor<?,?> convertor)
Specifies an outbound payload convertor to use for converting
Diffusion specific values to application format.
|
SinkHandler.SinkServiceProperties.Builder |
SinkHandler.SinkServiceProperties.Builder.payloadConvertorName(String name)
Specifies the name of an outbound payload convertor to use for
converting Diffusion specific values to application format.
|
SinkHandler.SinkServiceProperties.Builder |
SinkHandler.SinkServiceProperties.Builder.topicType(TopicType type)
Sets the topic type.
|
Copyright © 2023 DiffusionData Limited. All rights reserved.