Package | Description |
---|---|
com.diffusiondata.gateway.framework |
Diffusion Gateway Framework API.
|
Modifier and Type | Method and Description |
---|---|
SinkHandler.SinkServiceProperties.Builder |
SinkHandler.SinkServiceProperties.Builder.autoSubscribe(boolean autoSubscribe)
Specifies a boolean flag to specify whether the framework
should subscribe to the configured topic selector when a
service is started.
|
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.payloadConverter(PayloadConverter<?,?> converter)
Specifies a payload converter to use for the service.
|
SinkHandler.SinkServiceProperties.Builder |
SinkHandler.SinkServiceProperties.Builder.payloadConverter(String name)
Specifies the name of a payload converter to use for this
service.
|
SinkHandler.SinkServiceProperties.Builder |
SinkHandler.SinkServiceProperties.Builder.payloadConverter(String name,
Map<String,Object> parameters)
Specifies the name of a payload converter and parameters the
converter requires to be initialized.
|
Copyright © 2024 DiffusionData Limited. All rights reserved.