ParticipantConfigCreator¶
-
public class
ParticipantConfigCreator¶ Creates
ParticipantConfiginstances from configurationPropertiesinstances.- Author
jwienke
Methods¶
create¶
-
public ParticipantConfig
create(Properties properties)¶ Create a new
ParticipantConfigfrom the given properties.- Parameters
properties – properties to use
- Returns
the new instance
reconfigure¶
-
public void
reconfigure(ParticipantConfig config, Properties properties)¶ Reconfigures an existing
ParticipantConfigwith options from aPropertiesobject. This means that all options found in the properties object either override the existing ones in the participant config or are added in case they did not exist.- Parameters
config – the config to modify
properties – the properties to use