Configuration properties
Properties for the Channel are provided inside the configuration of a Topic.| Key | Required | Type | Default | Description |
|---|---|---|---|---|
| target | Y | String | Name of the Target. | |
| custom-fields | Set<String> | Set of names of the Custom Fields. | ||
| accumulate | boolean | false | If enabled, the messages will accumulate all of their tuples (from all the message chunks) and only publish them to the transaction manager when the message is sent. |
YAML example
Java configuration
ChannelDescription Java object can be used for configuration in Java. The Object is used in the configuration of a
Topic.
Use NamedEntityResolverService to get Target or Column Calculator by name.
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| targetDescription | Y | ITargetDescription | The Target associated with this channel. | |
| customFields | Set<ICustomFieldDescription> | Set of Custom Fields which belong to the channel. | ||
| accumulate | boolean | false | If enabled, the messages will accumulate all of their tuples (from all the message chunks) and only publish them to the transaction manager when the message is sent. |