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 | 
autoSubscribe()
Returns a boolean flag to specify whether the framework should
 subscribe to the configured topic selector when a service is
 started. 
 | 
List<String> | 
getPayloadConverterNames()
Returns the list of names of
  
payload
 converters that are assigned for this service, to be used for
 converting the Diffusion topic values to application format. | 
List<String> getPayloadConverterNames()
payload
 converters that are assigned for this service, to be used for
 converting the Diffusion topic values to application 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.
SinkHandler.SinkServiceProperties.Builder.payloadConverter(String), 
SinkHandler.SinkServiceProperties.Builder.payloadConverter(String, Map), 
SinkHandler.SinkServiceProperties.Builder.payloadConverter(PayloadConverter)boolean autoSubscribe()
SinkHandler.SinkServiceProperties.Builder.autoSubscribe(boolean)Copyright © 2024 DiffusionData Limited. All rights reserved.