fix deduplication node description
This commit is contained in:
parent
c5845930d4
commit
fbb0043323
@ -46,11 +46,13 @@ import java.util.concurrent.TimeUnit;
|
||||
type = ComponentType.TRANSFORMATION,
|
||||
name = "deduplication",
|
||||
configClazz = TbMsgDeduplicationNodeConfiguration.class,
|
||||
nodeDescription = "Deduplicate messages for a configurable period based on a specified deduplication strategy.",
|
||||
nodeDescription = "Deduplicate messages within the same originator entity for a configurable period " +
|
||||
"based on a specified deduplication strategy.",
|
||||
nodeDetails = "Rule node allows you to select one of the following strategy to deduplicate messages: <br></br>" +
|
||||
"<b>FIRST</b> - return first message that arrived during deduplication period.<br></br>" +
|
||||
"<b>LAST</b> - return last message that arrived during deduplication period.<br></br>" +
|
||||
"<b>ALL</b> - return all messages as a single JSON array message. Where each element represents object with <b>msg</b> and <b>metadata</b> inner properties.<br></br>",
|
||||
"<b>ALL</b> - return all messages as a single JSON array message. " +
|
||||
"Where each element represents object with <b>msg</b> and <b>metadata</b> inner properties.<br></br>",
|
||||
icon = "content_copy",
|
||||
uiResources = {"static/rulenode/rulenode-core-config.js"},
|
||||
configDirective = "tbActionNodeMsgDeduplicationConfig"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user