public abstract class Deduplicator extends Object implements VisitableConfig
| Modifier and Type | Field and Description |
|---|---|
boolean |
autoReplace
When enabled auto replace is executed of not matching exchanges, mainly triggered by not-aware address changes.
|
| Constructor and Description |
|---|
Deduplicator() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigVisitor visitor)
Accept visitor.
|
String |
name() |
@Parameter @Optional(defaultValue="true") @Summary(value="When enabled auto replace is executed of not matching exchanges, mainly triggered by not-aware address changes.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public boolean autoReplace
public String name()
public void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.Copyright © 2019–2024 Teslanet.nl. All rights reserved.